From 2f4bdb548f9c7d0f7a4d8c4b5b518c2837e97ed2 Mon Sep 17 00:00:00 2001 From: Glandos Date: Mon, 15 Nov 2021 21:55:35 +0100 Subject: [PATCH] raise minimal version of pytest to support python 3.10 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2920691e..81ef4cc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ dev = flake8>=3.7.9 Flask-Testing>=0.8.1 isort>=5.0.0 - pytest>=5.4.1 + pytest>=6.2.5 tox>=3.14.6 zest.releaser>=6.20.1 psycopg2-binary>=2.9,<3