Skip to content

Commit

Permalink
Add virtualenv to requirements.
Browse files Browse the repository at this point in the history
It doesn't seem like pytest-virtualenv depends on it, so make it
explicit.
  • Loading branch information
QuLogic authored and FlorianWilhelm committed Feb 8, 2019
1 parent bb2e260 commit 11110fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ testing =
pytest-cov
pytest-virtualenv
pytest-xdist
virtualenv
# We keep pytest-xdist in the test dependencies, so the developer can
# easily opt-in for distributed tests by adding, for example, the `-n 15`
# arguments in the command-line.
Expand Down

0 comments on commit 11110fc

Please sign in to comment.