mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-gitdb: Ignore performance tests.
* gnu/packages/version-control.scm (python-gitdb)[arguments] <#:test-flags>: Ignore performance tests. Change-Id: I2f7379cb32af2270ec9dee2551cfa47c1205c5df Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b0397db898
commit
609fea82a7
1 changed files with 2 additions and 1 deletions
|
|
@ -1966,7 +1966,8 @@ default) of the repository.")
|
|||
(arguments
|
||||
;; One test fails, probably due to low ulimit: ValueError: Expected to
|
||||
;; write 1000 objects into pack, but received only 0 from iterators.
|
||||
`(#:test-flags '("-k" "not test_pack_writing")
|
||||
`(#:test-flags '("-k" "not test_pack_writing"
|
||||
"--ignore-glob=gitdb/test/performance/*.py")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'check 'create-test-repository
|
||||
(lambda _
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue