Skip to content

Commit

Permalink
pytest-virtualenv: Add virtualenv as install requirement. Fixes man-g…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Mar 7, 2019
1 parent 4e7a660 commit 472a16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest-virtualenv/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
install_requires = ['pytest-fixture-config',
'pytest-shutil',
'pytest<4.0.0',
'virtualenv',
]

tests_require = [
Expand Down

0 comments on commit 472a16d

Please sign in to comment.