From 996ac23ce2a8cba9b70451f69b4185a4502520e8 Mon Sep 17 00:00:00 2001 From: salilmishra23 Date: Wed, 14 Sep 2022 02:22:40 +0200 Subject: [PATCH] update test requirements for Python 3.10 pytest-dev/pytest#8539 --- requirements/tests.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 19368886..2d5aaf1b 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ -coveralls==1.8.1 -pytest==4.6.3 -pytest-cov==2.7.1 -pytest-mock==1.10.4 +coveralls==3.3.1 +pytest==7.1.3 +pytest-cov==3.0.0 +pytest-mock==3.8.2 wptserve==3.0