Temporarily pin pluggy on master

This commit is contained in:
Anthony Sottile 2019-05-28 09:01:26 -07:00
parent bce45052a6
commit 2e2e895b4b
2 changed files with 6 additions and 1 deletions

View File

@ -115,6 +115,11 @@ matrix:
allow_failures:
- python: '3.8-dev'
env: TOXENV=py38-xdist
# temporary until pytest 4.6 is released
- env: TOXENV=py27-pluggymaster-xdist
python: '2.7'
- env: TOXENV=py37-pluggymaster-xdist
before_script:
- |

View File

@ -14,7 +14,7 @@ INSTALL_REQUIRES = [
'funcsigs>=1.0;python_version<"3.0"',
'pathlib2>=2.2.0;python_version<"3.6"',
'colorama;sys_platform=="win32"',
"pluggy>=0.9,!=0.10,<1.0",
"pluggy==0.11", # temporary until 4.6 is released
"wcwidth",
]