Skip to content

Commit 93a0f81

Browse files
committed
Use pytest>=4.5.0
1 parent 656de3b commit 93a0f81

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.24.3
1010
requests>=2.21.0
1111
selenium==3.141.0
1212
pluggy>=0.11.0
13-
pytest>=4.4.2
13+
pytest>=4.5.0
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.21.0',
6464
'selenium==3.141.0',
6565
'pluggy>=0.11.0',
66-
'pytest>=4.4.2',
66+
'pytest>=4.5.0',
6767
'pytest-cov>=2.7.1',
6868
'pytest-forked>=1.0.2',
6969
'pytest-html>=1.20.0',

0 commit comments

Comments
 (0)