adapt pytest to using pluggy (current master)
--HG-- branch : pluggy1
This commit is contained in:
2
setup.py
2
setup.py
@@ -48,7 +48,7 @@ def has_environment_marker_support():
|
||||
|
||||
|
||||
def main():
|
||||
install_requires = ['py>=1.4.27.dev2']
|
||||
install_requires = ['py>=1.4.27.dev2', 'pluggy>=0.1.0,<0.2.0']
|
||||
extras_require = {}
|
||||
if has_environment_marker_support():
|
||||
extras_require[':python_version=="2.6" or python_version=="3.0" or python_version=="3.1"'] = ['argparse']
|
||||
|
||||
Reference in New Issue
Block a user