Skip to content

Commit cdcb0f9

Browse files
committed
Use pytest >= 4.6.2
1 parent 61ca144 commit cdcb0f9

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.5.0
13+
pytest>=4.6.2
1414
pytest-cov>=2.7.1
1515
pytest-forked>=1.0.2
1616
pytest-html>=1.20.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'requests>=2.22.0',
6464
'selenium==3.141.0',
6565
'pluggy>=0.12.0',
66-
'pytest>=4.5.0',
66+
'pytest>=4.6.2',
6767
'pytest-cov>=2.7.1',
6868
'pytest-forked>=1.0.2',
6969
'pytest-html>=1.20.0',

0 commit comments

Comments
 (0)