summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm8
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index eb69e263f77..95fdedecd05 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -941,13 +941,7 @@ cases.")
941 "test_typecheck_explicit_kwargs")) 941 "test_typecheck_explicit_kwargs"))
942 ;; Assertions are not equal. 942 ;; Assertions are not equal.
943 "--deselect=tests/test_cli/test_test.py::test_no_violations" 943 "--deselect=tests/test_cli/test_test.py::test_no_violations"
944 "--deselect=tests/test_doctest.py::test_doctest[test5]") 944 "--deselect=tests/test_doctest.py::test_doctest[test5]")))
945 #:phases
946 #~(modify-phases %standard-phases
947 (add-after 'unpack 'fix-pytest-config
948 (lambda _
949 (substitute* "pyproject.toml"
950 ((".*--cov.*") "")))))))
951 (native-inputs 945 (native-inputs
952 (list python-flit-core 946 (list python-flit-core
953 python-docstring-parser 947 python-docstring-parser