···1212, numpy
1313, opt-einsum
1414, pytestCheckHook
1515-, pytest-xdist
1615, pythonOlder
1716, scipy
1817, stdenv
···6261 jaxlib'
6362 matplotlib
6463 pytestCheckHook
6565- pytest-xdist
6664 ];
6767-6868- # high parallelism will result in the tests getting stuck
6969- dontUsePytestXdist = true;
70657166 # NOTE: Don't run the tests in the expiremental directory as they require flax
7267 # which creates a circular dependency. See https://discourse.nixos.org/t/how-to-nix-ify-python-packages-with-circular-dependencies/14648/2.
7368 # Not a big deal, this is how the JAX docs suggest running the test suite
7469 # anyhow.
7570 pytestFlagsArray = [
7676- "--numprocesses=4"
7771 "-W ignore::DeprecationWarning"
7872 "tests/"
7973 ];