summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-21 00:28:46 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-04-21 13:44:20 +0200
commitff068a2b89ba175768ce50cff18fe21c77f60388 (patch)
tree03fdc80700bfa57a216142675c8cace61cbe2146
parent1165e6cfccf144457b8793bb4015357d5055da0b (diff)
gnu: python-pydantic-2: Ignore sensitive tests.
* gnu/packages/python-xyz.scm (python-pydantic-2)[arguments]: Ignore north star tests. Change-Id: Ic305f95f8d1399a4d777dad35fcee9e28f16c907
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a0f3bb72be..4996bdce0f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7603,6 +7603,9 @@ errors when data is invalid.")
(arguments
(list
#:test-flags #~(list "--ignore=tests/test_docs.py" ; no pytest_examples
+ ;; These tests include hashes that keep changing depending on
+ ;; package versions.
+ "--ignore=tests/benchmarks/test_north_star.py"
;; need python-email-validator >= 2.0.0
"-k not test_fastapi_startup_perf")
#:phases