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
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,18 +256,17 @@ export UV_LINK_MODE=copy
256
256
257
257
### Running tests
258
258
259
-
Make sure your virtual environment is activated, then run:
259
+
Make sure your virtual environment is activated. It's recommended to run`pytest` as a module with `python -m pytest` to ensure the Python path is set up correctly, especially for editable installs:
0 commit comments