diff --git a/run-tests.bat b/run-tests.bat index e24c7330..633f461d 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -2,4 +2,4 @@ virtualenv .venv .venv\Scripts\pip install -e . --upgrade --upgrade-strategy=only-if-needed .venv\Scripts\pipenv install --dev -SET PYPI_VENDOR_DIR=".\tests\pypi\" && .venv\Scripts\pipenv run pytest -v tests -m "windows or cli" --tap-stream +SET PYPI_VENDOR_DIR=".\tests\pypi\" && .venv\Scripts\pipenv run pytest -v tests --tap-stream