guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit f563f73b21449c5601b4878f64c0969d6023911a
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 6b43e007b8..e324fd36fd 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";)

Reply via email to