https://github.com/GPflow/GPflow
Revision f9eb1238813d61f181d8481a594209caa83e5abe authored by st-- on 13 August 2020, 11:46:44 UTC, committed by GitHub on 13 August 2020, 11:46:44 UTC
Enables pytest-xdist for locally running tests (`make test`) on multiple cores in parallel.
1 parent 6bb7df9
Raw File
Tip revision: f9eb1238813d61f181d8481a594209caa83e5abe authored by st-- on 13 August 2020, 11:46:44 UTC
Re-introduce pytest-xdist (#1541)
Tip revision: f9eb123
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-random-order
pytest-xdist  # for local tests only

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # for mixture-density-network notebook
ipywidgets  # Required by tensorflow-datasets
back to top