mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ce8db9583b
commit
62853330ed
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue