Skip to content

Commit

Permalink
Remove worker decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Feb 13, 2024
1 parent 08c42a6 commit e234219
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ async def test_connector_setup_race(nursery, worker, connector_factory):
assert (await ri_ro.consume_inbound()).content == "hi"


@pytest.mark.worker_class.with_args(SlowSetupWorker)
async def test_connector_setup_call_start_twice(connector_factory):
"""
Starting connectors more than once should not cause the worker to hang or fail
Expand All @@ -331,7 +330,6 @@ async def test_connector_setup_call_start_twice(connector_factory):
await ro_ri.conn.start_consuming()


@pytest.mark.worker_class.with_args(SlowSetupWorker)
async def test_connector_setup_call_start_after_closing(connector_factory):
"""
Starting connectors after closing the consumers should not cause the worker to
Expand Down

0 comments on commit e234219

Please sign in to comment.