Skip to content

Commit

Permalink
tox: use test-requirements.txt, same as the jenkins pipeline
Browse files Browse the repository at this point in the history
Bug: T210359
Change-Id: I073b731652769fbf911b311c938eb292fc769970
  • Loading branch information
Andrew Bogott committed Sep 7, 2021
1 parent 77dc4df commit cb1232d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ max-line-length = 120

[testenv:py37-flake8]
commands = flake8
deps = flake8
deps = -rtest-requirements.txt

[testenv:py37-pytest]
commands = python -m pytest --cov=quarry -ra {posargs}
deps = pytest
pytest-cov
deps = -rtest-requirements.txt
-rrequirements.txt

0 comments on commit cb1232d

Please sign in to comment.