Skip to content

Commit ec213ad

Browse files
Aalok ChhetriAalok Chhetri
authored andcommitted
Change the pytest verison to 7.0.0 pn pytest.ini and minver.txt
1 parent e963f85 commit ec213ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pillow==8.0.0
1010
pyparsing==2.3.1
1111
python-dateutil==2.7
1212
fonttools==4.22.0
13-
pytest==6.2.0
13+
pytest==7.0.0

0 commit comments

Comments
 (0)