Skip to content

Commit

Permalink
Allow pluggy >=1.0
Browse files Browse the repository at this point in the history
Now that pluggy 1.0 has been released, we can allow pluggy 1.0 with new pytest versions.
  • Loading branch information
nicoddemus authored and RonnyPfannschmidt committed Oct 1, 2021
1 parent 8680711 commit ab32088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab32088

Please sign in to comment.