mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hatch: Ignore more tests.
* gnu/packages/python-xyz.scm (hatch) [arguments] <test-flags>: Ignore more tests to complete the build. Change-Id: Ib414012495c96e37cbb61f9c5741816b7e354fd9
This commit is contained in:
parent
9e15118440
commit
656213cbbc
1 changed files with 17 additions and 9 deletions
|
@ -34618,9 +34618,17 @@ cleanly print different types of messages.")
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
;; tests: 611 passed, 14 skipped, 35 deselected
|
||||||
#:test-flags
|
#:test-flags
|
||||||
|
;; TODO: A lot of tests fail due to requirement of newer hatchling which
|
||||||
|
;; is updated on python-team, review after it's merged.
|
||||||
|
#~(list "--ignore=tests/cli/"
|
||||||
|
;; Mostly fail due incompatibility or wrong diffs.
|
||||||
|
"--ignore=tests/backend/"
|
||||||
|
;; FileNotFoundError: [Errno 2] No such file or directory
|
||||||
|
"--ignore=tests/index/test_core.py"
|
||||||
;; XXX: tests below fail due to zipfile reporting incorrect zip dates.
|
;; XXX: tests below fail due to zipfile reporting incorrect zip dates.
|
||||||
#~(list "-k"
|
"-k"
|
||||||
(string-append
|
(string-append
|
||||||
"not "
|
"not "
|
||||||
(string-join
|
(string-join
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue