···12, numpy
13, opt-einsum
14, pytestCheckHook
15-, pytest-xdist
16, pythonOlder
17, scipy
18, stdenv
···62 jaxlib'
63 matplotlib
64 pytestCheckHook
65- pytest-xdist
66 ];
67-68- # high parallelism will result in the tests getting stuck
69- dontUsePytestXdist = true;
7071 # NOTE: Don't run the tests in the expiremental directory as they require flax
72 # which creates a circular dependency. See https://discourse.nixos.org/t/how-to-nix-ify-python-packages-with-circular-dependencies/14648/2.
73 # Not a big deal, this is how the JAX docs suggest running the test suite
74 # anyhow.
75 pytestFlagsArray = [
76- "--numprocesses=4"
77 "-W ignore::DeprecationWarning"
78 "tests/"
79 ];
···12, numpy
13, opt-einsum
14, pytestCheckHook
015, pythonOlder
16, scipy
17, stdenv
···61 jaxlib'
62 matplotlib
63 pytestCheckHook
064 ];
0006566 # NOTE: Don't run the tests in the expiremental directory as they require flax
67 # which creates a circular dependency. See https://discourse.nixos.org/t/how-to-nix-ify-python-packages-with-circular-dependencies/14648/2.
68 # Not a big deal, this is how the JAX docs suggest running the test suite
69 # anyhow.
70 pytestFlagsArray = [
071 "-W ignore::DeprecationWarning"
72 "tests/"
73 ];