python311Packages.blackjax: use pytest-xdist to speed up tests

This commit is contained in:
Gaetan Lepage
2024-01-10 13:31:45 +01:00
parent 73d94e4fd6
commit 23a47597a2
@@ -2,6 +2,7 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, pytest-xdist
, pytestCheckHook
, setuptools-scm
, fastprogress
@@ -39,7 +40,10 @@ buildPythonPackage rec {
typing-extensions
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
pytest-xdist
];
disabledTestPaths = [ "tests/test_benchmarks.py" ];
disabledTests = [
# too slow