Skip to content

Commit e857dbe

Browse files
authored
Merge pull request #204 from seleniumbase/update-pytest-version
Update pytest version
2 parents a3423c7 + 56d34cc commit e857dbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4
6+
pytest==3.8.0
77
pytest-html==1.19.0
88
pytest-xdist==1.23.0
99
six==1.11.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='seleniumbase',
20-
version='1.15.6',
20+
version='1.15.7',
2121
description='All-In-One Test Automation Framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',
@@ -50,7 +50,7 @@
5050
'ipython==5.6.0',
5151
'selenium==3.14.0',
5252
'nose==1.3.7',
53-
'pytest==3.7.4',
53+
'pytest==3.8.0',
5454
'pytest-html==1.19.0',
5555
'pytest-xdist==1.23.0',
5656
'six==1.11.0',

0 commit comments

Comments
 (0)