Skip to content

Commit 7dd1beb

Browse files
fixup! fixup! fixup! fixup! SNOW-2266953: Add aio tests to jenkins builds
1 parent 9640323 commit 7dd1beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/container/test_authentication.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ export RUN_AUTH_TESTS=true
1717
export AUTHENTICATION_TESTS_ENV="docker"
1818
export PYTHONPATH=$SOURCE_ROOT
1919

20-
python3 -m pip install --break-system-packages -e ".[develompent]"
20+
python3 -m pip install --break-system-packages -e ".[development]"
2121

2222
python3 -m pytest test/auth/ --ignore=test/auth/aio
2323

24-
python3 -m pip install --break-system-packages -e ".[develompent,aio,aioboto]"
24+
python3 -m pip install --break-system-packages -e ".[development,aio,aioboto]"
2525
python3 -m pytest test/auth/aio/

0 commit comments

Comments
 (0)