Skip to content

Commit 460bf7d

Browse files
committed
Install requirements.txt in testenv
We need to install the requirements.txt to make sure we have the correct pip version in the environment
1 parent 31a9ff0 commit 460bf7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ deps =
77
pretend
88
pytest
99
pytest-capturelog
10+
-r{toxinidir}/requirements.txt
1011
commands =
1112
coverage run --source pip_missing_reqs/find_missing_reqs.py \
1213
-m pytest --strict []

0 commit comments

Comments
 (0)