gnu: python-pytest: Update to 4.4.1.

* gnu/packages/check.scm (python-pytest): Update to 4.4.1.
[arguments]: Enable previously failing tests.
This commit is contained in:
Marius Bakke 2019-04-07 22:07:14 +02:00
parent f1e9999b5f
commit 56e95d54d2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 9 deletions

View File

@ -686,14 +686,14 @@ standard library.")
(define-public python-pytest (define-public python-pytest
(package (package
(name "python-pytest") (name "python-pytest")
(version "4.3.1") (version "4.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest" version)) (uri (pypi-uri "pytest" version))
(sha256 (sha256
(base32 (base32
"08q58ad8vaxyb57ll8m611yb4xwzzhp09kxafmyqrrps6cnalbjr")))) "1xcmic8wzaj00rn1lg4ib4prh2f4lzpiaadk35qlv8hcny1j505p"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -707,13 +707,7 @@ standard library.")
" and not test_argcomplete" " and not test_argcomplete"
;; This test tries to override PYTHONPATH, and ;; This test tries to override PYTHONPATH, and
;; subsequently fails to locate the test libraries. ;; subsequently fails to locate the test libraries.
" and not test_collection" " and not test_collection")))))))
;; These tests fail when run in verbose mode:
;; <https://github.com/pytest-dev/pytest/issues/4879>.
" and not test_dont_rewrite_if_hasattr_fails"
" and not test_len"
" and not test_custom_repr"
" and not test_name")))))))
(propagated-inputs (propagated-inputs
`(("python-atomicwrites" ,python-atomicwrites) `(("python-atomicwrites" ,python-atomicwrites)
("python-attrs" ,python-attrs-bootstrap) ("python-attrs" ,python-attrs-bootstrap)