From 3d5ac586c0c9dd7e894ceb2f79b6c4275a1a8c37 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 12 Jun 2025 16:03:33 -0500 Subject: gn-uploader: Speed up tests. --- gn/packages/genenetwork.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 6434ae8..e6fe58b 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -492,12 +492,13 @@ storage.") (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? - (invoke "pytest" "-m" "unit_test"))))))) + (invoke "pytest" "-m" "unit_test" "-n" "auto"))))))) (native-inputs (list python-mypy python-pylint python-pytest - python-hypothesis)) + python-hypothesis + python-pytest-xdist)) (propagated-inputs (list gn-libs gunicorn -- cgit v1.2.3