guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c31a7a25f8b69069d169c5c676fdf96e96a14ea2
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 1 13:27:34 2025 +0100
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 <[email protected]>
---
gnu/packages/version-control.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index f272798bb8..648ce9d877 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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 _