We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a3447 commit aef40cbCopy full SHA for aef40cb
ci/container/test_authentication.sh
@@ -17,7 +17,7 @@ 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 .
+python3 -m pip install --break-system-packages -e ".[develompent]"
21
22
python3 -m pytest test/auth/* -m "not aio"
23
0 commit comments