From 4004ebe15cd83b152acc124808231e63f91fbf10 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Mon, 14 Feb 2022 15:38:26 +0100 Subject: [PATCH] Do not use pytest 7.0.0 which is buggy Reference: https://github.com/pytest-dev/pytest/issues/9608 Signed-off-by: Philippe Ombredanne --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f192f2203a..5427f0ea1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,8 +37,7 @@ where=src [options.extras_require] testing = - # upstream - pytest >= 6 + pytest >= 6, != 7.0.0 pytest-xdist >= 2 docs= Sphinx>=3.3.1