hound fixes

This commit is contained in:
Ondrej Samohel 2020-10-09 16:14:59 +02:00
parent da3c0d73f4
commit a5c8b24988
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
6 changed files with 10 additions and 10 deletions

View file

@ -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"