mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-05 08:45:55 +02:00
gnu: python-ulid: Make tests deterministic.
* gnu/packages/python-xyz.scm (python-ulid): Make tests deterministic. [arguments]<#test-flags>: Disable flaky test. Merges: https://codeberg.org/guix/guix/pulls/7520 Change-Id: I62878e0aa4f97dda743542c270539f568dc28fb7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
0125088329
commit
4fd69674ab
@@ -39121,6 +39121,11 @@ distance (Ukkonen).")
|
||||
(sha256
|
||||
(base32 "0m1sixmqynlalsw50af5mv5q4gpz2052d1p2ig9hr7yqmdvqcz6p"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; test_same_millisecond_overflow is flaky, fails 1 in 10 times.
|
||||
;; See <https://github.com/mdomke/python-ulid/issues/55>.
|
||||
;; 68 passed, 1 deselected in 2.55s
|
||||
(list #:test-flags #~(list "-k" "not test_same_millisecond_overflow")))
|
||||
(native-inputs
|
||||
(list python-freezegun
|
||||
python-hatch-fancy-pypi-readme
|
||||
|
||||
Reference in New Issue
Block a user