diff --git a/.ci/codecov.yml b/.codecov.yml similarity index 100% rename from .ci/codecov.yml rename to .codecov.yml diff --git a/tests/test_general.py b/tests/test_general.py index 1209a83..731eaba 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -205,6 +205,7 @@ def test_3(): ['--tests-per-worker=2'] ]) def test_pytest_html(testdir, cli_args): + pytest.importorskip("pytest_html") report = testdir.tmpdir.join('report.html') testdir.makepyfile(""" def test_1(): diff --git a/tox.ini b/tox.ini index a96912c..9c11341 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,6 @@ envlist = [testenv] deps = pytest>=3.0 - pytest-html>=1.19.0 six>=1.11.0 tblib coverage: pytest-cov