summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2022-04-06 13:34:09 +0200
committerDominik Holland <dominik.holland@googlemail.com>2022-04-06 13:48:41 +0200
commitc1721567a52e6ff0666b66aa85c048744c813c23 (patch)
treeb15ec340c00bcca7020314943f7219bb43741a30
parent4c3eab3eef142a57efce1009729a60e23093a64e (diff)
downloadqtivi-qface-c1721567a52e6ff0666b66aa85c048744c813c23.tar.gz
Raise the minimum requirement for the pytest package
To support python 3.10, the pytest package needs to be atleast 6.2.5
-rw-r--r--requirements_minimal.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_minimal.txt b/requirements_minimal.txt
index 467f295..f06ff91 100644
--- a/requirements_minimal.txt
+++ b/requirements_minimal.txt
@@ -10,5 +10,5 @@ pathtools==0.1.2
PyYAML==5.1
six==1.11.0
watchdog==0.8.3
-pytest==5.3.5
+pytest==6.2.5
pytest-cov==2.8.1