Skip to content

Commit

Permalink
Do not install tox into tox
Browse files Browse the repository at this point in the history
Having tox as a dependency in requirements files means that
it's also installed in all the tox environments.
  • Loading branch information
frenzymadness authored and int19h committed Sep 28, 2021
1 parent 0a3fa3f commit f14ba78
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pytest
pytest-xdist
pytest-cov
pytest-timeout
tox

## Used by test helpers:

Expand Down
1 change: 0 additions & 1 deletion tests/requirements27.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pytest-xdist<2

pytest-cov
pytest-timeout
tox

## Used by test helpers:

Expand Down
1 change: 0 additions & 1 deletion tests/requirements35.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pytest
pytest-xdist
pytest-cov
pytest-timeout
tox

## Used by test helpers:

Expand Down

0 comments on commit f14ba78

Please sign in to comment.