Skip to content

Commit 1f9ca9d

Browse files
committed
Bump pytest to minimum version 5.3.2 (Python 3)
1 parent 721bbe6 commit 1f9ca9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ selenium==3.141.0
1313
pluggy>=0.13.1
1414
attrs>=19.3.0
1515
pytest>=4.6.7;python_version<"3"
16-
pytest>=5.3.1;python_version>="3"
16+
pytest>=5.3.2;python_version>="3"
1717
pytest-cov>=2.8.1
1818
pytest-forked>=1.1.3
1919
pytest-html==1.22.1;python_version<"3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'pluggy>=0.13.1',
9797
'attrs>=19.3.0',
9898
'pytest>=4.6.7;python_version<"3"', # For Python 2 compatibility
99-
'pytest>=5.3.1;python_version>="3"',
99+
'pytest>=5.3.2;python_version>="3"',
100100
'pytest-cov>=2.8.1',
101101
'pytest-forked>=1.1.3',
102102
'pytest-html==1.22.1;python_version<"3.6"',

0 commit comments

Comments
 (0)