diff --git a/run-tests.bat b/run-tests.bat index bfed8b84..e82f058e 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -3,4 +3,4 @@ virtualenv .venv .venv\Scripts\pipenv install --dev -.venv\Scripts\pipenv run pytest -n auto --boxed -v tests --tap-stream | tee results.tap \ No newline at end of file +.venv\Scripts\pipenv run pytest -v tests --tap-stream | tee results.tap \ No newline at end of file