fix: add PyJWT to python-tests venv packages
Some checks failed
Some checks failed
tests/fixtures/auth_fixtures.py imports jwt (PyJWT) which was missing from --extra-packages list, causing ModuleNotFoundError at conftest load
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
--venv-dir "$PWD/venv" \
|
||||
--skip-requirements \
|
||||
--mode copy \
|
||||
--extra-packages "pytest pytest-cov pytest-mock pytest-timeout pytest-asyncio locust pydantic-settings fastapi uvicorn aiohttp>=3.12.14 sqlmodel>=0.0.38"
|
||||
--extra-packages "pytest pytest-cov pytest-mock pytest-timeout pytest-asyncio locust pydantic-settings fastapi uvicorn aiohttp>=3.12.14 sqlmodel>=0.0.38 PyJWT"
|
||||
echo "✅ Python environment ready"
|
||||
|
||||
- name: Run linting
|
||||
|
||||
Reference in New Issue
Block a user