Skip to content

Commit d5a037a

Browse files
committed
Update minimum pytest version
1 parent c381b52 commit d5a037a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ urllib3==1.25.3
1111
requests>=2.22.0
1212
selenium==3.141.0
1313
pluggy>=0.12.0
14-
pytest>=4.6.4;python_version<"3"
14+
pytest>=4.6.5;python_version<"3"
1515
pytest>=5.0.1;python_version>="3"
1616
pytest-cov>=2.7.1
1717
pytest-forked>=1.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
'requests>=2.22.0',
6666
'selenium==3.141.0',
6767
'pluggy>=0.12.0',
68-
'pytest>=4.6.4', # Keep at >=4.6.4 for Python 2 compatibility
68+
'pytest>=4.6.5', # Keep at >=4.6.5 for Python 2 compatibility
6969
'pytest-cov>=2.7.1',
7070
'pytest-forked>=1.0.2',
7171
'pytest-html==1.20.0', # Keep at 1.20.0 (later versions have errors)

0 commit comments

Comments
 (0)