lol

Merge pull request #255992 from samuela/samuela/jax

python3Packages.jax: remove pytest-xdist

authored by

Samuel Ainsworth and committed by
GitHub
42efd8d7 21c1f392

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