You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix verification to use venv Python instead of system Python
- Use /opt/esp/python_env/.../python3 -m pytest for verification
- System python3 doesn't have packages (they're in venv)
- Combines python -m portability with venv path specificity
0 commit comments