From 447228e00841dd8e23dab1d8e7d309b353bbf1bc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 13:27:30 -0500 Subject: [PATCH] remove tap for now 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 e82f058e..2eb4b3f9 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 -v tests --tap-stream | tee results.tap \ No newline at end of file +.venv\Scripts\pipenv run pytest -v tests \ No newline at end of file