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 fbbb177 commit 1c9342aCopy full SHA for 1c9342a
ci/container/test_authentication.sh
@@ -17,9 +17,9 @@ export RUN_AUTH_TESTS=true
17
export AUTHENTICATION_TESTS_ENV="docker"
18
export PYTHONPATH=$SOURCE_ROOT
19
20
-python3 -m pip install --break-system-packages -e ".[develompent]"
+python3 -m pip install --break-system-packages -e ".[development]"
21
22
python3 -m pytest test/auth/ --ignore=test/auth/aio
23
24
-python3 -m pip install --break-system-packages -e ".[develompent,aio,aioboto]"
+python3 -m pip install --break-system-packages -e ".[development,aio,aioboto]"
25
python3 -m pytest test/auth/aio/
0 commit comments