Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdelapuente committed Dec 16, 2024
1 parent b04f73f commit 80d9f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions tests/integration/test_charm_metrics_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@


@pytest_asyncio.fixture(scope="function", name="app")
async def app_fixture(
model: Model, app_for_metric: Application
) -> AsyncIterator[Application]:
async def app_fixture(model: Model, app_for_metric: Application) -> AsyncIterator[Application]:
"""Setup and teardown the charm after each test.
Clear the metrics log before each test.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all_path = {[vars]src_path} {[vars]tst_path} {[vars]scripts_path}


[testenv]
# basepython = python3.10
basepython = python3.10
setenv =
PYTHONPATH={toxinidir}:{toxinidir}/lib:{toxinidir}/src
PYTHONBREAKPOINT=ipdb.set_trace
Expand Down

0 comments on commit 80d9f40

Please sign in to comment.