Allow pluggy >=1.0

Now that pluggy 1.0 has been released, we can allow pluggy 1.0 with new pytest versions.
This commit is contained in:
Bruno Oliveira 2021-08-26 09:26:51 -03:00
parent 1a2306cec6
commit fbba504cd5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ install_requires =
attrs>=19.2.0
iniconfig
packaging
pluggy>=0.12,<1.0.0a1
pluggy>=0.12,<2.0
py>=1.8.2
tomli>=1.0.0
atomicwrites>=1.0;sys_platform=="win32"