Remove forked option in testing

This commit is contained in:
Moussallam
2020-06-25 17:37:36 +02:00
committed by GitHub
parent a166490471
commit fceaaaf70d

View File

@@ -26,7 +26,7 @@ build-gpu: clean
python3 setup.py sdist
test:
pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv --forked
pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv
deploy:
pip install twine