Skip to content

Commit 691c3eb

Browse files
committed
fix: Include tox in test-requirements.txt
The contribution instructions direct new code contributors to run test using `tox`. However, `tox` is not included in the `test-requirements.txt` file, requiring an extra step for new contributors to install `tox` manually. This commit adds `tox` to the `test-requirements.txt` file so that new code contributors automatically get it when they install the test requirements.
1 parent d16e5ef commit 691c3eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest-cov
33
python-openid;python_version<="2.7"
44
python3-openid;python_version>="3.0"
55
pytest-mock>=1.10
6+
tox

0 commit comments

Comments
 (0)