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
Directly using uv run pytest --codspeed ... sometimes brings a library loading error.
/Projects/codspeed-demo/.venv/bin/python3: error while loading shared libraries: /Projects/codspeed-demo/.venv/bin/../lib/libpython3.13.so.1.0: cannot open shared object file: No such file or directory
Workaround
Using uv run python -m pytest --codspeed ... fixes this issue.
The text was updated successfully, but these errors were encountered:
Directly using
uv run pytest --codspeed ...
sometimes brings a library loading error.Workaround
Using
uv run python -m pytest --codspeed ...
fixes this issue.The text was updated successfully, but these errors were encountered: