Skip to content

Commit 2b390dc

Browse files
authored
Merge pull request #240 from man-group/fix-master
[pytest-virtualenv] Remove extras_require
2 parents 056b39f + 7058219 commit 2b390dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pytest-virtualenv/setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
'importlib-metadata',
2626
]
2727

28-
extras_require = {
29-
'test': ['mock; python_version<"3.3"'],
30-
}
31-
3228
entry_points = {
3329
'pytest11': [
3430
'virtualenv = pytest_virtualenv',
@@ -44,7 +40,6 @@
4440
author_email='[email protected]',
4541
classifiers=classifiers,
4642
install_requires=install_requires,
47-
extras_require=extras_require,
4843
py_modules=['pytest_virtualenv'],
4944
entry_points=entry_points,
5045
))

0 commit comments

Comments
 (0)