gnu: python-pytest-flakes: Update to 4.0.5.

* gnu/packages/check.scm (python-pytest-flakes): Update to 4.0.5.
[native-inputs]: Remove python-pytest-cache.
This commit is contained in:
John Kehayias 2023-04-20 15:21:39 -04:00
parent d0162466c6
commit 68e23d48f4
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9

View File

@ -2564,13 +2564,13 @@ each of the environments.")
(define-public python-pytest-flakes (define-public python-pytest-flakes
(package (package
(name "python-pytest-flakes") (name "python-pytest-flakes")
(version "4.0.1") (version "4.0.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest-flakes" version)) (uri (pypi-uri "pytest-flakes" version))
(sha256 (sha256
(base32 (base32
"0045h3hnrkn2jwr42jgy2j98npx4amwr6wxzi9j0nppaqz33l49p")))) "0959qfxb4ayvfxvmpargvh4zfhwdq5l77gczhzv33bhmfblk8ccm"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -2583,8 +2583,7 @@ each of the environments.")
(add-installed-pythonpath inputs outputs) (add-installed-pythonpath inputs outputs)
(invoke "py.test" "-vv" "-k" "not test_syntax_error")))))) (invoke "py.test" "-vv" "-k" "not test_syntax_error"))))))
(native-inputs (native-inputs
(list python-coverage python-pytest python-pytest-cache (list python-coverage python-pytest python-pytest-pep8))
python-pytest-pep8))
(propagated-inputs (propagated-inputs
(list python-pyflakes)) (list python-pyflakes))
(home-page "https://github.com/fschulze/pytest-flakes") (home-page "https://github.com/fschulze/pytest-flakes")