From 44eeffdcdc80d76e7dab70b57aea761e79ae812e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 13:20:11 -0500 Subject: [PATCH] no concucurrency for windows Signed-off-by: Kenneth Reitz --- run-tests.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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