summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d8794e04f86..bcc2a2c1f60 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25817,14 +25817,7 @@ executed more than a given number of times during a given period.")
25817 (build-system pyproject-build-system) 25817 (build-system pyproject-build-system)
25818 (arguments 25818 (arguments
25819 (list 25819 (list
25820 #:test-flags #~(list "--pyargs" "rbfly") 25820 #:test-flags #~(list "-o" "addopts=''" "--pyargs" "rbfly")))
25821 #:phases
25822 #~(modify-phases %standard-phases
25823 (add-after 'unpack 'fix-pytest-config
25824 (lambda _
25825 ;; Drop test coverage requirements.
25826 (substitute* "pyproject.toml"
25827 ((".*addopts.*") "")))))))
25828 (native-inputs 25821 (native-inputs
25829 (list python-cython 25822 (list python-cython
25830 python-pytest 25823 python-pytest