adapt pytest to using pluggy (current master)

--HG--
branch : pluggy1
This commit is contained in:
holger krekel
2015-04-29 16:40:51 +02:00
parent 9aec5cd52d
commit 5ee7ee0850
10 changed files with 334 additions and 1649 deletions

View File

@@ -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']