guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3618eab5b63e308e3fc468bb8713211e6c6bf502
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 0d11677526..1c10302abd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34822,7 +34822,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