Skip to content

Commit

Permalink
remove custom event loop
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 1, 2024
1 parent b8dcdae commit 091d391
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import asyncio
import importlib
import multiprocessing
import os
Expand Down Expand Up @@ -60,13 +59,6 @@
# from cashu.mint.startup import lightning_backend # noqa


@pytest.fixture(scope="function")
def event_loop():
loop = asyncio.new_event_loop()
yield loop
loop.close()


class UvicornServer(multiprocessing.Process):
def __init__(self, config: Config):
super().__init__()
Expand Down

0 comments on commit 091d391

Please sign in to comment.