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 , 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; 70 71 # 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 15 , pythonOlder 16 , scipy 17 , stdenv ··· 61 jaxlib' 62 matplotlib 63 pytestCheckHook 64 ]; 65 66 # 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 = [ 71 "-W ignore::DeprecationWarning" 72 "tests/" 73 ];