mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix hound bitching
This commit is contained in:
parent
dbe9a89da2
commit
bc9a7c1989
2 changed files with 9 additions and 7 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue