From d40e4954c95d90cdd006e644fbed076435e430b5 Mon Sep 17 00:00:00 2001 From: Jon Bringhurst Date: Wed, 18 Jan 2023 17:15:58 -0800 Subject: [PATCH] chore(core): pin pytest to 7.1.3 pytest removed their dependency on py in: https://github.com/pytest-dev/pytest/commit/19dda7c9bdc8ef71c792e0f77a9595bfad8d9248 This change pins pytest to 7.1.3 until a path forward is chosen. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 562e3a79..34690ce8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ dev = test = mock objgraph - pytest + pytest<=7.1.3 pytest-cov gevent>=1.2 ; implementation_name!='pypy' eventlet>=0.17.1 ; implementation_name!='pypy'