Skip to content

Commit 1e5af01

Browse files
committed
Add pytest-timeout to requirements. Update others.
1 parent 2ef6788 commit 1e5af01

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ pluggy>=0.12.0
1313
pytest>=4.6.3
1414
pytest-cov>=2.7.1
1515
pytest-forked>=1.0.2
16-
pytest-html>=1.21.0
16+
pytest-html>=1.21.1
1717
pytest-metadata>=1.8.0
1818
pytest-ordering>=0.6
1919
pytest-rerunfailures>=7.0
20+
pytest-timeout>=1.3.3
2021
pytest-xdist>=1.29.0
2122
parameterized>=0.7.0
2223
beautifulsoup4>=4.6.0
@@ -25,5 +26,5 @@ colorama>=0.4.1
2526
pyotp>=2.2.7
2627
boto>=2.49.0
2728
flake8>=3.7.7
28-
certifi>=2019.3.9
29+
certifi>=2019.6.16
2930
PyVirtualDisplay==0.2.1

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@
6666
'pytest>=4.6.3',
6767
'pytest-cov>=2.7.1',
6868
'pytest-forked>=1.0.2',
69-
'pytest-html>=1.21.0',
69+
'pytest-html>=1.21.1',
7070
'pytest-metadata>=1.8.0',
7171
'pytest-ordering>=0.6',
7272
'pytest-rerunfailures>=7.0',
73+
'pytest-timeout>=1.3.3',
7374
'pytest-xdist>=1.29.0',
7475
'parameterized>=0.7.0',
7576
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
@@ -78,7 +79,7 @@
7879
'pyotp>=2.2.7',
7980
'boto>=2.49.0',
8081
'flake8>=3.7.7',
81-
'certifi>=2019.3.9',
82+
'certifi>=2019.6.16',
8283
'PyVirtualDisplay==0.2.1', # Keep at 0.2.1 (later versions are slow)
8384
],
8485
packages=[

0 commit comments

Comments
 (0)