diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-05 01:28:58 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:57 +0100 |
| commit | 9c1378062d4dcdf66e5afb794a190c3a85503d2a (patch) | |
| tree | 0d05d6fe47624033da3edf9ae5b6fecb8df0298d /gnu | |
| parent | d568e0d1a7dd95e9b1952cc7650df464af3f609e (diff) | |
gnu: python-ratelimiter: Switch to pytest-8.
* gnu/packages/python-xyz.scm (python-ratelimiter)[native-inputs]:
Replace python-pytest by python-pytest-8.
Change-Id: Ie10f3fbcd4cea932be317eb21624bcac8ca6fa10
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 07184c58c7f..899b4c0acb7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25170,7 +25170,7 @@ created by running @code{python setup.py develop}).") (substitute* "tests/conftest.py" (("pytest.collect.File") "pytest.File"))))))) (native-inputs - (list python-pytest + (list python-pytest-8 python-pytest-asyncio-0.26 python-setuptools)) (home-page "https://github.com/RazerM/ratelimiter") |
