Skip to content

Commit 1ba812c

Browse files
committed
Update pytest requirements
1 parent f4b3ad6 commit 1ba812c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ urllib3==1.25.3
1010
requests>=2.22.0
1111
selenium==3.141.0
1212
pluggy>=0.12.0
13-
pytest>=4.6.2
13+
pytest>=4.6.3
1414
pytest-cov>=2.7.1
1515
pytest-forked>=1.0.2
16-
pytest-html>=1.20.0
16+
pytest-html>=1.21.0
1717
pytest-metadata>=1.8.0
1818
pytest-ordering>=0.6
1919
pytest-rerunfailures>=7.0
20-
pytest-xdist>=1.28.0
20+
pytest-xdist>=1.29.0
2121
parameterized>=0.7.0
2222
beautifulsoup4>=4.6.0
2323
pyopenssl>=19.0.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
'requests>=2.22.0',
6464
'selenium==3.141.0',
6565
'pluggy>=0.12.0',
66-
'pytest>=4.6.2',
66+
'pytest>=4.6.3',
6767
'pytest-cov>=2.7.1',
6868
'pytest-forked>=1.0.2',
69-
'pytest-html>=1.20.0',
69+
'pytest-html>=1.21.0',
7070
'pytest-metadata>=1.8.0',
7171
'pytest-ordering>=0.6',
7272
'pytest-rerunfailures>=7.0',
73-
'pytest-xdist>=1.28.0',
73+
'pytest-xdist>=1.29.0',
7474
'parameterized>=0.7.0',
7575
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
7676
'pyopenssl>=19.0.0',

0 commit comments

Comments
 (0)