Skip to content

Commit cafc4d9

Browse files
committed
Use pytest>=4.6.4
1 parent b08f486 commit cafc4d9

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
@@ -10,7 +10,7 @@ urllib3==1.25.3
1010
requests>=2.22.0
1111
selenium==3.141.0
1212
pluggy>=0.12.0
13-
pytest>=4.6.3
13+
pytest>=4.6.4
1414
pytest-cov>=2.7.1
1515
pytest-forked>=1.0.2
1616
pytest-html>=1.21.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'requests>=2.22.0',
6565
'selenium==3.141.0',
6666
'pluggy>=0.12.0',
67-
'pytest>=4.6.3',
67+
'pytest>=4.6.4', # Keep at >=4.6.4 for Python 2 compatibility
6868
'pytest-cov>=2.7.1',
6969
'pytest-forked>=1.0.2',
7070
'pytest-html>=1.21.1',

0 commit comments

Comments
 (0)