We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4556076 commit 4aaa875Copy full SHA for 4aaa875
setup.py
@@ -12,7 +12,7 @@
12
package_data={"pytest_html": ["resources/*"]},
13
entry_points={"pytest11": ["html = pytest_html.plugin"]},
14
setup_requires=["setuptools_scm"],
15
- install_requires=["pytest>=5.0", "pytest-metadata"],
+ install_requires=["pytest>=5.0,!=6.0.0", "pytest-metadata"],
16
license="Mozilla Public License 2.0 (MPL 2.0)",
17
keywords="py.test pytest html report",
18
python_requires=">=3.6",
0 commit comments