Skip to content

Commit

Permalink
Remove pytest.mark.asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Jun 21, 2024
1 parent 53365c3 commit 98ba7bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/tests_asyncio/test_browser_contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ async def test_contexts_dynamic(self):
assert cookie["value"] == "qwerty"
assert cookie["domain"] == "example.org"

@pytest.mark.asyncio
async def test_close_inactive_context(self):
spider = Spider("foo")
async with make_handler(
Expand Down
1 change: 0 additions & 1 deletion tests/tests_asyncio/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ async def _awaitable_identity(x):


class TestGetFloatSetting(IsolatedAsyncioTestCase):
@pytest.mark.asyncio
async def test_get_float_setting(self):
settings = Settings(
{
Expand Down

0 comments on commit 98ba7bf

Please sign in to comment.