We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc6623 commit 96bb134Copy full SHA for 96bb134
ci/test_windows.bat
@@ -45,7 +45,7 @@ set JUNIT_REPORT_DIR=%workspace%
45
set COV_REPORT_DIR=%workspace%
46
47
set TEST_ENVLIST=fix_lint,py%pv%-unit-ci,py%pv%-integ-ci,py%pv%-pandas-ci,py%pv%-sso-ci,py%pv%-coverage
48
-tox -e %TEST_ENVLIST% --installpkg %connector_whl% -- --basetemp=%workspace%\pytest-tmp\
+tox -e %TEST_ENVLIST% --installpkg %connector_whl%
49
if %errorlevel% neq 0 goto :error
50
51
call deactivate
0 commit comments