improve coverage pragmas with covdefaults 2.1

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2021-11-29 20:45:40 -05:00
parent f6547ac54e
commit 270b539e8f
4 changed files with 7 additions and 7 deletions

View file

@ -164,7 +164,7 @@ def test_python_hook_weird_setup_cfg(in_git_dir, tempdir_factory, store):
)
def test_python_venv(tempdir_factory, store): # pragma: no cover (no venv)
def test_python_venv(tempdir_factory, store):
_test_hook_repo(
tempdir_factory, store, 'python_venv_hooks_repo',
'foo', [os.devnull],