Pin pluggy to <1.0
Make sure we don't update to pluggy 1.0 automatically, as there are planned breaking changes in the 1.0 release.
This commit is contained in:
parent
0b47e51d08
commit
e1756fc631
2
setup.py
2
setup.py
|
@ -13,7 +13,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.11",
|
"pluggy>=0.9,!=0.10,<1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue