summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-11-01 13:27:34 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:28 +0100
commita01d406b6d2aa6abad8ebe64bc70b247e1bc6ea0 (patch)
tree7e3aa8d7f820691ff563bf37c78c7a175a137bce /gnu
parentab0c70e27eff93b50a5de67a754ec731cef413ba (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/version-control.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index cce22bf6ee8..544c7a5d3d9 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1971,7 +1971,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 _