Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bac9b03 + db7fa57 commit 070477cCopy full SHA for 070477c
3 files changed
doc/devel/dependencies.rst
@@ -232,7 +232,7 @@ This section lists the additional software required for
232
233
Required:
234
235
-- pytest_ (>= 3.6)
+- pytest_ (>= 7.0.0)
236
237
Optional:
238
pytest.ini
@@ -5,7 +5,7 @@
5
# to check examples and documentation files that are not really tests.
6
7
[pytest]
8
-minversion = 3.6
+minversion = 7.0.0
9
10
testpaths = lib
11
python_files = test_*.py
requirements/testing/minver.txt
@@ -10,3 +10,4 @@ pillow==8.0.0
pyparsing==2.3.1
python-dateutil==2.7
12
fonttools==4.22.0
13
+pytest==7.0.0
0 commit comments