diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 23:51:43 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:47 +0100 |
| commit | 62323cd67fa8544b04c422822324a5ca68d07f31 (patch) | |
| tree | fa6164d2d89c9a0607a6245cada126a5a2e95e10 /gnu/packages/python-check.scm | |
| parent | 1de95c6fd1cb57ca20026c0dd3ab9c246fc491eb (diff) | |
gnu: python-pytest-flake8: Switch to python-pytest-8.
* gnu/packages/python-check.scm (python-pytest-flake8)
[native-inputs]: Replace python-pytest by python-pytest-8. Remove
python-wheel.
Change-Id: I10c7aef586d7673bba1ac7f438cbc0ee31ab3dd0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index e5311af4c80..ee8f611b23d 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3000,9 +3000,8 @@ testing framework.") "1rhz7mxcg7x9dbabfcjai3zxikfgw7az07m4ddf92bg35ib3byw8")))) (build-system pyproject-build-system) (native-inputs - (list python-pytest - python-setuptools - python-wheel)) + (list python-pytest-8 + python-setuptools)) (propagated-inputs (list python-flake8)) (home-page "https://github.com/tholo/pytest-flake8") |
