Skip to content

Commit 0de1a65

Browse files
authored
Update pluggy pin to pluggy>=0.5,<0.7 after pluggy-0.6 release
1 parent 95de11a commit 0de1a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def main():
5353
# if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy;
5454
# used by tox.ini to test with pluggy master
5555
if '_PYTEST_SETUP_SKIP_PLUGGY_DEP' not in os.environ:
56-
install_requires.append('pluggy>=0.5,<0.6')
56+
install_requires.append('pluggy>=0.5,<0.7')
5757
if has_environment_marker_support():
5858
extras_require[':python_version<"3.0"'] = ['funcsigs']
5959
extras_require[':sys_platform=="win32"'] = ['colorama']

0 commit comments

Comments
 (0)