We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3423c7 + 56d34cc commit e857dbeCopy full SHA for e857dbe
requirements.txt
@@ -3,7 +3,7 @@ setuptools
3
ipython==5.6.0
4
selenium==3.14.0
5
nose==1.3.7
6
-pytest==3.7.4
+pytest==3.8.0
7
pytest-html==1.19.0
8
pytest-xdist==1.23.0
9
six==1.11.0
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='seleniumbase',
20
- version='1.15.6',
+ version='1.15.7',
21
description='All-In-One Test Automation Framework',
22
long_description=long_description,
23
long_description_content_type='text/markdown',
@@ -50,7 +50,7 @@
50
'ipython==5.6.0',
51
'selenium==3.14.0',
52
'nose==1.3.7',
53
- 'pytest==3.7.4',
+ 'pytest==3.8.0',
54
'pytest-html==1.19.0',
55
'pytest-xdist==1.23.0',
56
'six==1.11.0',
0 commit comments