Skip to content

Commit ec95c56

Browse files
SNOW-751214 pin tox<4 temporarily (#1458)
1 parent be500a0 commit ec95c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if %errorlevel% neq 0 goto :error
3636
call %venv_dir%\scripts\activate
3737
if %errorlevel% neq 0 goto :error
3838

39-
python -m pip install -U pip tox tox-external-wheels
39+
python -m pip install -U pip "tox<4" tox-external-wheels
4040
if %errorlevel% neq 0 goto :error
4141

4242
cd %CONNECTOR_DIR%

0 commit comments

Comments
 (0)