File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ setuptools>=38.5.2
3
3
ipython == 5.5.0
4
4
selenium == 3.8.1
5
5
nose == 1.3.7
6
- pytest == 3.4.1
6
+ pytest == 3.4.2
7
7
pytest-html == 1.16.1
8
8
pytest-xdist == 1.22.2
9
9
six == 1.10.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ setuptools>=38.5.2
3
3
ipython==5.5.0
4
4
selenium==2.53.6
5
5
nose==1.3.7
6
- pytest==3.4.1
6
+ pytest==3.4.2
7
7
pytest-html==1.16.1
8
8
pytest-xdist==1.22.2
9
9
six==1.10.0
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'seleniumbase' ,
11
- version = '1.7.3 ' ,
11
+ version = '1.7.4 ' ,
12
12
description = 'Web Automation & Testing Framework - http://seleniumbase.com' ,
13
13
long_description = 'Web Automation and Testing Framework - seleniumbase.com' ,
14
14
platforms = 'Mac * Windows * Linux * Docker' ,
23
23
'ipython==5.5.0' ,
24
24
'selenium==2.53.6' ,
25
25
'nose==1.3.7' ,
26
- 'pytest==3.4.1 ' ,
26
+ 'pytest==3.4.2 ' ,
27
27
'pytest-html==1.16.1' ,
28
28
'pytest-xdist==1.22.2' ,
29
29
'six==1.10.0' ,
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'seleniumbase' ,
11
- version = '1.7.3 ' ,
11
+ version = '1.7.4 ' ,
12
12
description = 'Web Automation & Testing Framework - http://seleniumbase.com' ,
13
13
long_description = 'Web Automation and Testing Framework - seleniumbase.com' ,
14
14
platforms = 'Mac * Windows * Linux * Docker' ,
23
23
'ipython==5.5.0' ,
24
24
'selenium==3.8.1' ,
25
25
'nose==1.3.7' ,
26
- 'pytest==3.4.1 ' ,
26
+ 'pytest==3.4.2 ' ,
27
27
'pytest-html==1.16.1' ,
28
28
'pytest-xdist==1.22.2' ,
29
29
'six==1.10.0' ,
You can’t perform that action at this time.
0 commit comments