From e76ab51623cae17c1612d86520b8615029c59231 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sun, 13 Jan 2019 20:50:02 -0500 Subject: [PATCH 1/2] Update pytest requirements --- requirements.txt | 6 +++--- setup.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index e1b3a71c7c7..f210d28ea07 100755 --- a/requirements.txt +++ b/requirements.txt @@ -8,11 +8,11 @@ unittest2 selenium==3.141.0 requests==2.21.0 urllib3==1.24.1 -pytest>=4.1.0 +pytest>=4.1.1 pytest-cov>=2.6.1 pytest-html>=1.19.0 -pytest-rerunfailures>=5.0 -pytest-xdist>=1.25.0 +pytest-rerunfailures>=6.0 +pytest-xdist>=1.26.0 parameterized==0.6.1 beautifulsoup4>=4.6.0 colorama==0.4.1 diff --git a/setup.py b/setup.py index f6b6242151d..56f0c51ee3b 100755 --- a/setup.py +++ b/setup.py @@ -61,11 +61,11 @@ 'selenium==3.141.0', 'requests==2.21.0', # Changing this may effect "urllib3" 'urllib3==1.24.1', # Keep this lib in sync with "requests" - 'pytest>=4.1.0', + 'pytest>=4.1.1', 'pytest-cov>=2.6.1', 'pytest-html>=1.19.0', - 'pytest-rerunfailures>=5.0', - 'pytest-xdist>=1.25.0', + 'pytest-rerunfailures>=6.0', + 'pytest-xdist>=1.26.0', 'parameterized==0.6.1', 'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4 'colorama==0.4.1', From 8524150b9aaf737c1540c6400000950c7dddb469 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sun, 13 Jan 2019 20:50:41 -0500 Subject: [PATCH 2/2] Version 1.17.22 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56f0c51ee3b..8410f60fe5e 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='seleniumbase', - version='1.17.21', + version='1.17.22', description='Reliable Browser Automation & Testing Framework', long_description=long_description, long_description_content_type='text/markdown',