Skip to content

Commit 6f765fb

Browse files
committed
Fix pytest-html compatibility
1 parent 16275eb commit 6f765fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ pytest>=4.6.6;python_version<"3"
1616
pytest>=5.3.1;python_version>="3"
1717
pytest-cov>=2.8.1
1818
pytest-forked>=1.1.3
19-
pytest-html==1.22.1;python_version<"3"
20-
pytest-html==2.0.1;python_version>="3"
19+
pytest-html==1.22.1;python_version<"3.6"
20+
pytest-html==2.0.1;python_version>="3.6"
2121
pytest-metadata>=1.8.0
2222
pytest-ordering>=0.6
2323
pytest-rerunfailures>=8.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
'pytest>=5.3.1;python_version>="3"',
100100
'pytest-cov>=2.8.1',
101101
'pytest-forked>=1.1.3',
102-
'pytest-html==1.22.1;python_version<"3"',
103-
'pytest-html==2.0.1;python_version>="3"',
102+
'pytest-html==1.22.1;python_version<"3.6"',
103+
'pytest-html==2.0.1;python_version>="3.6"',
104104
'pytest-metadata>=1.8.0',
105105
'pytest-ordering>=0.6',
106106
'pytest-rerunfailures>=8.0',

0 commit comments

Comments
 (0)