From 9c1378062d4dcdf66e5afb794a190c3a85503d2a Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 5 Feb 2026 01:28:58 +0100 Subject: 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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') 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") -- cgit v1.3