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

commit 9aaa814d396b701a6b77bd8ca116644170007143
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri May 10 00:53:44 2024 +0200

    gnu: python-pytest-remotedata: Ignore failing test.
    
    * gnu/packages/python-check.scm (python-pytest-remotedata)
      [arguments]<#:test-flags>: Ignore failing tests.
    
    Change-Id: Ic351559a0c9ce49be6ce4695cceef46f8b6384ba
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/python-check.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index c358bb6a38..91164e4f76 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -902,6 +902,7 @@ were inadvertently left open at the end of a unit test.")
      (list
       #:test-flags #~(list "-k" (string-append
                                  "not test_default_behavior"
+                                 " and not test_strict_behavior"
                                  " and not test_strict_with_decorator"))))
     (native-inputs
      (list python-pytest

Reply via email to