Skip to content

Commit

Permalink
Fix imports in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
tsx committed Feb 5, 2024
1 parent 11a344b commit 9a89a29
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@

from pytest import fixture

from inbox.util.testutils import (
dump_dns_queries, # noqa
files, # noqa
mock_dns_resolver, # noqa
mock_imapclient, # noqa
mock_smtp_get_connection, # noqa
uploaded_file_ids, # noqa
)

from tests.api.base import TestAPIClient
from tests.util.base import * # noqa

# Additional fixtures
pytest_plugins = ["inbox.util.testutils", "tests.util.base"]


@fixture
Expand Down

0 comments on commit 9a89a29

Please sign in to comment.