summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-science.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index dd04e31692..2b269645f8 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -6624,7 +6624,8 @@ Python style, together with a fast and comfortable execution environment.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "09yrpi9f86r9yvcm2dfjs5zy87c4j31bxama77kfd6y8yfrrjlai"))))
+ (base32 "09yrpi9f86r9yvcm2dfjs5zy87c4j31bxama77kfd6y8yfrrjlai"))
+ (snippet #~(delete-file "versioneer.py"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -6635,8 +6636,8 @@ Python style, together with a fast and comfortable execution environment.")
"--ignore=tests/test_tibanna.py"
;; E ModuleNotFoundError: No module named 'google'
"--ignore=tests/test_google_lifesciences.py"
- ;; Unclear failure.
- "-k" "not test_lint[long_run-positive]")
+ ;; Unclear failures.
+ "-k" "not test_lint")
#:phases
#~(modify-phases %standard-phases
;; For cluster execution Snakemake will call Python. Since there is
@@ -6687,7 +6688,7 @@ Python style, together with a fast and comfortable execution environment.")
python-pandas
python-requests-mock
python-setuptools
- python-wheel))))
+ python-versioneer))))
(define-public snakemake-7
(package