8000 Merge pull request #25563 from aalocked/updating-requirements · matplotlib/matplotlib@070477c · GitHub
[go: up one dir, main page]

Skip to content

Commit 070477c

Browse files
authored
Merge pull request #25563 from aalocked/updating-requirements
Add pytest==7.0.0 on requirements/testing/minver.txt
2 parents bac9b03 + db7fa57 commit 070477c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/devel/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ This section lists the additional software required for
232232

233233
Required:
234234

235-
- pytest_ (>= 3.6)
235+
- pytest_ (>= 7.0.0)
236236

237237
Optional:
238238

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# to check examples and documentation files that are not really tests.
66

77
[pytest]
8-
minversion = 3.6
8+
minversion = 7.0.0
99

1010
testpaths = lib
1111
python_files = test_*.py

requirements/testing/minver.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ pillow==8.0.0
1010
pyparsing==2.3.1
1111
python-dateutil==2.7
1212
fonttools==4.22.0
13+
pytest==7.0.0

0 commit comments

Comments
 (0)
0