Skip to content

Commit ff15648

Browse files
authored
minor: Fix pytest instructions in README (#1477)
1 parent 8a35cae commit ff15648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ needing to activate the virtual environment:
275275

276276
```bash
277277
uv run --no-project maturin develop --uv
278-
uv run --no-project pytest .
278+
uv run --no-project pytest
279279
```
280280

281281
To run the FFI tests within the examples folder, after you have built

0 commit comments

Comments
 (0)