Skip to content

Commit 21f5d41

Browse files
authored
docs: fix contributing test command (setup.py test → pytest)
1 parent 40eded6 commit 21f5d41

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ For bug reports, please [open an issue on GitHub](https://github.com/rollbar/pyr
8181
4. Push to the branch (```git push origin my-new-feature```)
8282
5. Create new Pull Request
8383

84-
Tests are in `rollbar/test`. To run the tests, install the test dependencies and run pytest:
84+
Tests are in `rollbar/test`. To run them:
8585

86-
pip install -e '.[test]' # or: uv sync --group test
86+
pip install -e . --group test
8787
pytest
88-
89-
To run against all supported Python versions, use `tox`.

0 commit comments

Comments
 (0)