Skip to content

Commit fbba504

Browse files
committed
Allow pluggy >=1.0
Now that pluggy 1.0 has been released, we can allow pluggy 1.0 with new pytest versions.
1 parent 1a2306c commit fbba504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install_requires =
4545
attrs>=19.2.0
4646
iniconfig
4747
packaging
48-
pluggy>=0.12,<1.0.0a1
48+
pluggy>=0.12,<2.0
4949
py>=1.8.2
5050
tomli>=1.0.0
5151
atomicwrites>=1.0;sys_platform=="win32"

0 commit comments

Comments
 (0)