From 15058ab04246c8ddc43466b5f0f652403bb10464 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 10 May 2024 00:53:44 +0200 Subject: [PATCH] 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 --- 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 33225a013627f9ff71734decc4e9b9605f922001..0be97411cb1e5d45cf60b69b7d46fc2e9f6a9622 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -948,6 +948,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