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
1313pytest >= 4.6.3
1414pytest-cov >= 2.7.1
1515pytest-forked >= 1.0.2
16- pytest-html >= 1.21.0
16+ pytest-html >= 1.21.1
1717pytest-metadata >= 1.8.0
1818pytest-ordering >= 0.6
1919pytest-rerunfailures >= 7.0
20+ pytest-timeout >= 1.3.3
2021pytest-xdist >= 1.29.0
2122parameterized >= 0.7.0
2223beautifulsoup4 >= 4.6.0
@@ -25,5 +26,5 @@ colorama>=0.4.1
2526pyotp >= 2.2.7
2627boto >= 2.49.0
2728flake8 >= 3.7.7
28- certifi >= 2019.3.9
29+ certifi >= 2019.6.16
2930PyVirtualDisplay == 0.2.1
Original file line number Diff line number Diff line change 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"
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 = [
You can’t perform that action at this time.
0 commit comments