Merge pull request #5325 from asottile/temporary
Temporarily pin pluggy on master
This commit is contained in:
commit
81cc73103a
|
@ -115,6 +115,11 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: '3.8-dev'
|
- python: '3.8-dev'
|
||||||
env: TOXENV=py38-xdist
|
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:
|
before_script:
|
||||||
- |
|
- |
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ INSTALL_REQUIRES = [
|
||||||
'funcsigs>=1.0;python_version<"3.0"',
|
'funcsigs>=1.0;python_version<"3.0"',
|
||||||
'pathlib2>=2.2.0;python_version<"3.6"',
|
'pathlib2>=2.2.0;python_version<"3.6"',
|
||||||
'colorama;sys_platform=="win32"',
|
'colorama;sys_platform=="win32"',
|
||||||
"pluggy>=0.9,!=0.10,<1.0",
|
"pluggy==0.11", # temporary until 4.6 is released
|
||||||
"wcwidth",
|
"wcwidth",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue