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

commit b41bacca1b2a4cbe4db07ab54c6ef3505814a3ed
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 23:31:33 2026 +0100

    gnu: python-ndeflib: Switch to python-pytest-8.
    
    * gnu/packages/python-xyz.scm (python-ndeflib)
    [native-inputs]: Replace python-pytest by python-pytest-8.
    
    Change-Id: If1f08d841ba4568458ae8f4bf3277a3f776d467d
    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 333e5bf698..c093964ed3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34683,7 +34683,7 @@ client library.")
       ;; test_decode_error[00000101-unpack_from requires a buffer of at least
       ;; 1 bytes] - AssertionError
       #:test-flags #~(list "-k" "not test_decode_error")))
-    (native-inputs (list python-pytest python-setuptools))
+    (native-inputs (list python-pytest-8 python-setuptools))
     (home-page "https://ndeflib.readthedocs.io/";)
     (synopsis "NFC Data Exchange Format decoder and encoder.")
     (description "This package provides a NFC (Near-Field Communication)

Reply via email to