Skip to content

Commit

Permalink
Merge pull request #126 from seleniumbase/update-pytest-version
Browse files Browse the repository at this point in the history
Use the latest version of pytest
  • Loading branch information
mdmintz authored Oct 9, 2017
2 parents 080142e + c11228c commit a264cc1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ setuptools>=36.5.0
ipython==5.4.1
selenium==3.6.0
nose==1.3.7
pytest==3.2.1
pytest-html==1.15.2
pytest==3.2.3
pytest-html==1.16.0
six==1.10.0
flake8==3.4.1
requests==2.18.4
Expand Down
4 changes: 2 additions & 2 deletions server_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ setuptools>=36.5.0
ipython==5.4.1
selenium==2.53.6
nose==1.3.7
pytest==3.2.1
pytest-html==1.15.2
pytest==3.2.3
pytest-html==1.16.0
six==1.10.0
flake8==3.4.1
requests==2.18.4
Expand Down
6 changes: 3 additions & 3 deletions server_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='seleniumbase',
version='1.4.8',
version='1.4.9',
description='Test Automation Framework - http://seleniumbase.com',
long_description='Automation Framework for Simple & Reliable Web Testing',
platforms='Mac * Windows * Linux * Docker',
Expand All @@ -23,8 +23,8 @@
'ipython==5.4.1',
'selenium==2.53.6',
'nose==1.3.7',
'pytest==3.2.1',
'pytest-html==1.15.2',
'pytest==3.2.3',
'pytest-html==1.16.0',
'six==1.10.0',
'flake8==3.4.1',
'requests==2.18.4',
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='seleniumbase',
version='1.4.8',
version='1.4.9',
description='Test Automation Framework - http://seleniumbase.com',
long_description='Automation Framework for Simple & Reliable Web Testing',
platforms='Mac * Windows * Linux * Docker',
Expand All @@ -22,8 +22,8 @@
'ipython==5.4.1',
'selenium==3.6.0',
'nose==1.3.7',
'pytest==3.2.1',
'pytest-html==1.15.2',
'pytest==3.2.3',
'pytest-html==1.16.0',
'six==1.10.0',
'flake8==3.4.1',
'requests==2.18.4',
Expand Down

0 comments on commit a264cc1

Please sign in to comment.