Skip to content

Commit 4908892

Browse files
authored
Merge pull request #384 from seleniumbase/update-pytest-requirements
Update pytest requirements
2 parents f41e60f + 7c834bf commit 4908892

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_3k.png" title="SeleniumBase" align="center" height="45">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
1+
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/sb_logo_7.png" title="SeleniumBase" align="center">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
22

33
[<img src="https://img.shields.io/github/release/seleniumbase/SeleniumBase.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/releases) [<img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt=" " />](https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master) [<img src="https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master" alt=" " />](https://travis-ci.org/seleniumbase/SeleniumBase) [<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt=" " />](https://gitter.im/seleniumbase/SeleniumBase) [<img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE) [<img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/stargazers)<br />
44

@@ -688,4 +688,4 @@ If you see something, say something! We are very active in resolving issues. [<i
688688

689689
[https://github.com/mdmintz](https://github.com/mdmintz)<br />
690690

691-
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/sb_media_logo.png" title="SeleniumBase" height="120">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md) <br /> [<img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE)
691+
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_3n.png" title="SeleniumBase" height="45">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md) <br /> [<img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" alt=" " />](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE)

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=19.2.3
2-
setuptools>=41.2.0
2+
setuptools>=41.4.0
33
wheel>=0.33.6
44
six>=1.12.0
55
nose>=1.3.7
@@ -11,8 +11,8 @@ requests>=2.22.0
1111
selenium==3.141.0
1212
pluggy>=0.12.0
1313
pytest>=4.6.5;python_version<"3"
14-
pytest>=5.2.0;python_version>="3"
15-
pytest-cov>=2.7.1
14+
pytest>=5.2.1;python_version>="3"
15+
pytest-cov>=2.8.1
1616
pytest-forked>=1.0.2
1717
pytest-html==1.22.0
1818
pytest-metadata>=1.8.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
setup(
4747
name='seleniumbase',
48-
version='1.32.7',
48+
version='1.32.8',
4949
description='Fast, Easy, and Reliable Browser Automation & Testing.',
5050
long_description=long_description,
5151
long_description_content_type='text/markdown',
@@ -94,8 +94,8 @@
9494
'selenium==3.141.0',
9595
'pluggy>=0.12.0',
9696
'pytest>=4.6.5;python_version<"3"', # For Python 2 compatibility
97-
'pytest>=5.2.0;python_version>="3"',
98-
'pytest-cov>=2.7.1',
97+
'pytest>=5.2.1;python_version>="3"',
98+
'pytest-cov>=2.8.1',
9999
'pytest-forked>=1.0.2',
100100
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
101101
'pytest-metadata>=1.8.0',

0 commit comments

Comments
 (0)