Add Review Bot worker development dependencies for pytest.

Review Request #12456 — Created July 11, 2022 and submitted — Latest diff uploaded

Information

ReviewBot
release-3.x

Reviewers

The Review Bot worker requires pytest for the test suites now, but we
didn't have this marked as a development dependency. Unless installed
manually or via another package, pytest wouldn't be available to run the
test suite.

This adds pytest to dev-requirements.txt, using the same versions and
specifiers we have in Django Evolution.

Successfully installed all the dependencies from dev-requirements.txt.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add Review Bot worker development dependencies for pytest.
The Review Bot worker requires pytest for the test suites now, but we didn't have this marked as a development dependency. Unless installed manually or via another package, pytest wouldn't be available to run the test suite. This adds pytest to `dev-requirements.txt`, using the same versions and specifiers we have in Django Evolution.
e535cf6728fc28e75950b451f74b4cb96aae90b3 Christian Hammond
bot/dev-requirements.txt
Loading...