Skip to content

Commit

Permalink
Remove workaround for pytest-dev/pytest-asyncio#706 that is no longer…
Browse files Browse the repository at this point in the history
… necessary (#89)
  • Loading branch information
SRv6d authored Jul 2, 2024
1 parent fc98bca commit 83fa918
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_executor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import pytest
from anycastd._executor import LocalExecutor

# TODO: github.com/pytest-dev/pytest-asyncio/issues/706 - Breaking change in 0.23.*
# Module scoped event loop required due to above issue.
pytestmark = [pytest.mark.integration, pytest.mark.asyncio(scope="module")]
pytestmark = pytest.mark.integration


async def test_await_create_subprocess_exec_executes(tmp_path):
Expand Down

0 comments on commit 83fa918

Please sign in to comment.