Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 8, 2022
1 parent 5601486 commit 875b6a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/utils/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ def no_name_poetry(project_factory: ProjectFactory) -> Poetry:
fixture = Path(__file__).parent.parent / "fixtures" / "no_name_project"
return project_factory("no", source=fixture)


@pytest.fixture()
def manager(poetry: Poetry) -> EnvManager:
return EnvManager(poetry)


@pytest.fixture()
def no_name_manager(no_name_poetry: Poetry) -> EnvManager:
return EnvManager(no_name_poetry)
Expand Down

0 comments on commit 875b6a4

Please sign in to comment.