Skip to content

Commit 472a16d

Browse files
committed
pytest-virtualenv: Add virtualenv as install requirement. Fixes man-group#122
1 parent 4e7a660 commit 472a16d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest-virtualenv/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
install_requires = ['pytest-fixture-config',
2626
'pytest-shutil',
2727
'pytest<4.0.0',
28+
'virtualenv',
2829
]
2930

3031
tests_require = [

0 commit comments

Comments
 (0)