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