Skip to content

Commit

Permalink
veilid: remove pytest_plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Dec 11, 2023
1 parent 30a7b54 commit 8e703d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions automon/integrations/veilid-python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

from .api import VeilidTestConnectionError, api_connector

pytest_plugins = ("pytest_asyncio",)


async def simple_update_callback(update: veilid.VeilidUpdate):
print(f"VeilidUpdate: {update}")
Expand Down

0 comments on commit 8e703d7

Please sign in to comment.