We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95de11a commit 0de1a65Copy full SHA for 0de1a65
setup.py
@@ -53,7 +53,7 @@ def main():
53
# if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy;
54
# used by tox.ini to test with pluggy master
55
if '_PYTEST_SETUP_SKIP_PLUGGY_DEP' not in os.environ:
56
- install_requires.append('pluggy>=0.5,<0.6')
+ install_requires.append('pluggy>=0.5,<0.7')
57
if has_environment_marker_support():
58
extras_require[':python_version<"3.0"'] = ['funcsigs']
59
extras_require[':sys_platform=="win32"'] = ['colorama']
0 commit comments