From fbba504cd5e1a74d528a41a11a7b82297cd7da74 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 26 Aug 2021 09:26:51 -0300 Subject: [PATCH] Allow pluggy >=1.0 Now that pluggy 1.0 has been released, we can allow pluggy 1.0 with new pytest versions. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ca1d2c2bdd1..4594dfd6c1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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"