fix: add PyJWT to integration-tests extra-packages
Some checks failed
Integration Tests / test-service-integration (push) Failing after 24s
Some checks failed
Integration Tests / test-service-integration (push) Failing after 24s
- Add PyJWT to --extra-packages in integration-tests.yml - Fixes ModuleNotFoundError in test_jwt_authentication.py - Test imports jwt at line 8 but package was missing from cached environment
This commit is contained in:
@@ -120,7 +120,7 @@ jobs:
|
||||
--repo-dir "$PWD" \
|
||||
--venv-dir "$PWD/venv" \
|
||||
--skip-requirements \
|
||||
--extra-packages "requests pytest httpx pytest-asyncio pytest-timeout click locust sqlalchemy sqlmodel"
|
||||
--extra-packages "requests pytest httpx pytest-asyncio pytest-timeout click locust sqlalchemy sqlmodel PyJWT"
|
||||
|
||||
# Ensure standard directories exist
|
||||
mkdir -p /var/lib/aitbc/data /var/lib/aitbc/keystore /etc/aitbc /var/log/aitbc
|
||||
|
||||
Reference in New Issue
Block a user