fix hound bitching

This commit is contained in:
Ondrej Samohel 2021-01-11 22:26:03 +01:00
parent dbe9a89da2
commit bc9a7c1989
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 9 additions and 7 deletions

View file

@ -235,7 +235,7 @@ def test_find_pype(fix_bootstrap, tmp_path_factory, monkeypatch, printer):
test_pype(prefix="woo-v", version="7.2.8-client-strange",
suffix=".zip", type="txt", valid=False)
]
def _create_invalid_zip(path: Path):
with ZipFile(path, "w") as zf:
zf.writestr("test.foo", "test")