Skip to content

Commit

Permalink
Merge pull request #18660 from mmarcinmichal:detached
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586032984
  • Loading branch information
jax authors committed Nov 28, 2023
2 parents 1bd82e0 + b9f7021 commit c855bb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ MULTI_GPU="--run_under $PWD/build/parallel_accelerator_execute.sh --test_env=JAX
bazel test //tests:gpu_tests //tests:backend_independent_tests --test_env=XLA_PYTHON_CLIENT_PREALLOCATE=false --test_tag_filters=-multiaccelerator $MULTI_GPU
```

Some test targets, like a `//tests:logpcg_tests` optionally use matplotlib, so you may need to `pip
install matplotlib` to run tests via bazel.

### Using `pytest`

To run all the JAX tests using `pytest`, we recommend using `pytest-xdist`,
Expand Down

0 comments on commit c855bb0

Please sign in to comment.