🐛 remove concurrent test execution

This commit is contained in:
Félix Voituret
2020-07-17 13:54:43 +02:00
committed by GitHub
parent 137fca6d10
commit 4a3074e55b

View File

@@ -27,7 +27,7 @@ build-gpu: clean
python3 setup.py sdist
test:
$(PYTEST_CMD) -n 2 tests/
$(PYTEST_CMD) tests/
deploy:
pip install twine