gnu: snakemake: Disable one more test.

* gnu/packages/python-xyz.scm (snakemake)[arguments]: Disable test_lint test.

Change-Id: I00d3e1e900c5d4dacb660d253a2a1839c7c7826a
This commit is contained in:
Ricardo Wurmus 2025-03-18 14:07:30 +01:00 committed by Andreas Enge
parent ce8db9583b
commit 62853330ed
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -15256,7 +15256,9 @@ approach.")
"--ignore=tests/test_tibanna.py"
;; It's a similar story with this test, which requires access
;; to the Google Storage service.
"--ignore=tests/test_google_lifesciences.py")
"--ignore=tests/test_google_lifesciences.py"
;; Unclear failure.
"-k" "not test_lint[long_run-positive]")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'tabulate-compatibility