Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2a42c5b

Browse files
committedAug 30, 2018
Upgrade to pytest==3.7.4
1 parent 8aa11b5 commit 2a42c5b

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
@@ -3,7 +3,7 @@ setuptools
33
ipython==5.6.0
44
selenium==3.14.0
55
nose==1.3.7
6-
pytest==3.7.3
6+
pytest==3.7.4
77
pytest-html==1.19.0
88
pytest-xdist==1.23.0
99
six==1.11.0

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'ipython==5.6.0',
5151
'selenium==3.14.0',
5252
'nose==1.3.7',
53-
'pytest==3.7.3',
53+
'pytest==3.7.4',
5454
'pytest-html==1.19.0',
5555
'pytest-xdist==1.23.0',
5656
'six==1.11.0',

0 commit comments

Comments
 (0)
Please sign in to comment.