File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ pluggy>=0.12.0
13
13
pytest >= 4.6.3
14
14
pytest-cov >= 2.7.1
15
15
pytest-forked >= 1.0.2
16
- pytest-html >= 1.21.0
16
+ pytest-html >= 1.21.1
17
17
pytest-metadata >= 1.8.0
18
18
pytest-ordering >= 0.6
19
19
pytest-rerunfailures >= 7.0
20
+ pytest-timeout >= 1.3.3
20
21
pytest-xdist >= 1.29.0
21
22
parameterized >= 0.7.0
22
23
beautifulsoup4 >= 4.6.0
@@ -25,5 +26,5 @@ colorama>=0.4.1
25
26
pyotp >= 2.2.7
26
27
boto >= 2.49.0
27
28
flake8 >= 3.7.7
28
- certifi >= 2019.3.9
29
+ certifi >= 2019.6.16
29
30
PyVirtualDisplay == 0.2.1
Original file line number Diff line number Diff line change 66
66
'pytest>=4.6.3' ,
67
67
'pytest-cov>=2.7.1' ,
68
68
'pytest-forked>=1.0.2' ,
69
- 'pytest-html>=1.21.0 ' ,
69
+ 'pytest-html>=1.21.1 ' ,
70
70
'pytest-metadata>=1.8.0' ,
71
71
'pytest-ordering>=0.6' ,
72
72
'pytest-rerunfailures>=7.0' ,
73
+ 'pytest-timeout>=1.3.3' ,
73
74
'pytest-xdist>=1.29.0' ,
74
75
'parameterized>=0.7.0' ,
75
76
'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using "bs4"
78
79
'pyotp>=2.2.7' ,
79
80
'boto>=2.49.0' ,
80
81
'flake8>=3.7.7' ,
81
- 'certifi>=2019.3.9 ' ,
82
+ 'certifi>=2019.6.16 ' ,
82
83
'PyVirtualDisplay==0.2.1' , # Keep at 0.2.1 (later versions are slow)
83
84
],
84
85
packages = [
You can’t perform that action at this time.
0 commit comments