Skip to content

Commit 2df79d2

Browse files
authored
Merge pull request #150 from seleniumbase/update-pytest-version
Update pytest version to 3.4.2
2 parents 854e64c + 6bc1d6d commit 2df79d2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setuptools>=38.5.2
33
ipython==5.5.0
44
selenium==3.8.1
55
nose==1.3.7
6-
pytest==3.4.1
6+
pytest==3.4.2
77
pytest-html==1.16.1
88
pytest-xdist==1.22.2
99
six==1.10.0

server_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setuptools>=38.5.2
33
ipython==5.5.0
44
selenium==2.53.6
55
nose==1.3.7
6-
pytest==3.4.1
6+
pytest==3.4.2
77
pytest-html==1.16.1
88
pytest-xdist==1.22.2
99
six==1.10.0

server_setup.py

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

99
setup(
1010
name='seleniumbase',
11-
version='1.7.3',
11+
version='1.7.4',
1212
description='Web Automation & Testing Framework - http://seleniumbase.com',
1313
long_description='Web Automation and Testing Framework - seleniumbase.com',
1414
platforms='Mac * Windows * Linux * Docker',
@@ -23,7 +23,7 @@
2323
'ipython==5.5.0',
2424
'selenium==2.53.6',
2525
'nose==1.3.7',
26-
'pytest==3.4.1',
26+
'pytest==3.4.2',
2727
'pytest-html==1.16.1',
2828
'pytest-xdist==1.22.2',
2929
'six==1.10.0',

setup.py

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

99
setup(
1010
name='seleniumbase',
11-
version='1.7.3',
11+
version='1.7.4',
1212
description='Web Automation & Testing Framework - http://seleniumbase.com',
1313
long_description='Web Automation and Testing Framework - seleniumbase.com',
1414
platforms='Mac * Windows * Linux * Docker',
@@ -23,7 +23,7 @@
2323
'ipython==5.5.0',
2424
'selenium==3.8.1',
2525
'nose==1.3.7',
26-
'pytest==3.4.1',
26+
'pytest==3.4.2',
2727
'pytest-html==1.16.1',
2828
'pytest-xdist==1.22.2',
2929
'six==1.10.0',

0 commit comments

Comments
 (0)