We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc68f5 commit 07140c0Copy full SHA for 07140c0
requirements.txt
@@ -10,7 +10,7 @@ requests==2.21.0
10
urllib3==1.24.1
11
pytest>=4.1.1
12
pytest-cov>=2.6.1
13
-pytest-html>=1.19.0
+pytest-html>=1.20.0
14
pytest-rerunfailures>=6.0
15
pytest-xdist>=1.26.0
16
parameterized==0.6.1
setup.py
@@ -63,7 +63,7 @@
63
'urllib3==1.24.1', # Keep this lib in sync with "requests"
64
'pytest>=4.1.1',
65
'pytest-cov>=2.6.1',
66
- 'pytest-html>=1.19.0',
+ 'pytest-html>=1.20.0',
67
'pytest-rerunfailures>=6.0',
68
'pytest-xdist>=1.26.0',
69
'parameterized==0.6.1',
0 commit comments