Skip to content

Commit 1ae8830

Browse files
authored
Use poetry run pytest in README
1 parent 87c694d commit 1ae8830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export DVUPLOADER_TESTING=true
205205
**3. Run the test(s) with pytest**
206206

207207
```bash
208-
python -m pytest -v
208+
poetry run pytest
209209
```
210210

211211
### Linting

0 commit comments

Comments
 (0)