We do not need to check coverage for this project. --- expandvars-1.1.2/pyproject.toml.orig +++ expandvars-1.1.2/pyproject.toml @@ -29,7 +29,7 @@ "Homepage" = "https://github.com/sayanarijit/expandvars" [project.optional-dependencies] -tests = ['tox', 'pytest', 'pytest-cov'] +tests = ['tox', 'pytest'] [build-system] requires = ["hatchling"] @@ -39,4 +39,3 @@ path = "expandvars.py" [tool.pytest] -addopts = '--cov --cov-report=html --cov-fail-under=100' --- expandvars-1.1.2/tox.ini.orig +++ expandvars-1.1.2/tox.ini @@ -7,4 +7,4 @@ black pytest commands = - pytest --cov --cov-report=html --cov-fail-under=100 + pytest