mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound fixes
This commit is contained in:
parent
da3c0d73f4
commit
a5c8b24988
6 changed files with 10 additions and 10 deletions
|
|
@ -8,6 +8,7 @@ import appdirs
|
|||
from igniter.bootstrap_repos import BootstrapRepos
|
||||
from pype.lib import PypeSettingsRegistry
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def fix_bootstrap(tmp_path):
|
||||
bs = BootstrapRepos()
|
||||
|
|
@ -117,4 +118,3 @@ def test_find_pype(fix_bootstrap, tmp_path_factory, monkeypatch, printer):
|
|||
assert list(result.values())[-1] == Path(
|
||||
r_path / test_versions_2[0]
|
||||
), "not a latest version of Pype 2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue