summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-science.scm')
-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 2b269645f8..7438d733fe 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -6545,7 +6545,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 "0nxp4z81vykv07kv2b6zrwk7ns8s10zqsb7vcignp8695yq3nlcm"))))
+ (base32 "0nxp4z81vykv07kv2b6zrwk7ns8s10zqsb7vcignp8695yq3nlcm"))
+ (snippet #~(delete-file "versioneer.py"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -6559,8 +6560,8 @@ Python style, together with a fast and comfortable execution environment.")
;; It's a similar story with this test, which requires access
;; to the Google Storage service.
"--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
(add-after 'unpack 'tabulate-compatibility
@@ -6602,7 +6603,7 @@ Python style, together with a fast and comfortable execution environment.")
python-pandas
python-requests-mock
python-setuptools
- python-wheel))
+ python-versioneer))
(home-page "https://snakemake.readthedocs.io")
(synopsis "Python-based execution environment for make-like workflows")
(description