--- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ ignore_missing_imports = true [tool.pytest.ini_options] -addopts = "--no-cov-on-fail --showlocals --strict-markers" +addopts = "--showlocals --strict-markers" testpaths = ["tests"] [build-system]