guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9c1378062d4dcdf66e5afb794a190c3a85503d2a
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 5 01:28:58 2026 +0100
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 07184c58c7..899b4c0acb 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")