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

commit e1490727563c5e065a12857cc7fb9a69a9f44606
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 19:51:57 2026 +0000

    gnu: barectf: Use python-pytest-8.
    
    * gnu/packages/instrumentation.scm (barectf)[native-inputs]: Remove
    python-pytest; add python-pytest-8.
    
    Change-Id: I94e7a6ecec3c8291ee35acc373ed7a11e3fd8018
---
 gnu/packages/instrumentation.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index ad0aea648b..4e634e73b8 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -190,7 +190,7 @@ bindings, and the command-line tool @command{babeltrace2}.")
                    ;; Some tests invoke a compiler.
                    (setenv "CC" "gcc"))))))
     (native-inputs
-     (list python-poetry-core python-pytest))
+     (list python-poetry-core python-pytest-8))
     (propagated-inputs
      (list python-jinja2 python-jsonschema python-pyyaml python-termcolor-1))
     (home-page "https://barectf.org";)

Reply via email to