Skip to content

Commit e9f02a3

Browse files
committed
Update the minimum pytest version to use
1 parent d3735d0 commit e9f02a3

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 @@ requests>=2.22.0
1111
selenium==3.141.0
1212
pluggy>=0.12.0
1313
pytest>=4.6.5;python_version<"3"
14-
pytest>=5.1.0;python_version>="3"
14+
pytest>=5.1.2;python_version>="3"
1515
pytest-cov>=2.7.1
1616
pytest-forked>=1.0.2
1717
pytest-html==1.22.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
'selenium==3.141.0',
6666
'pluggy>=0.12.0',
6767
'pytest>=4.6.5;python_version<"3"', # For Python 2 compatibility
68-
'pytest>=5.1.0;python_version>="3"',
68+
'pytest>=5.1.2;python_version>="3"',
6969
'pytest-cov>=2.7.1',
7070
'pytest-forked>=1.0.2',
7171
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows

0 commit comments

Comments
 (0)