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 committed Aug 26, 2021
1 parent 1a2306c commit fbba504
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 fbba504

Please sign in to comment.