Skip to content

Commit 98ba7bf

Browse files
committed
Remove pytest.mark.asyncio
1 parent 53365c3 commit 98ba7bf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/tests_asyncio/test_browser_contexts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ async def test_contexts_dynamic(self):
223223
assert cookie["value"] == "qwerty"
224224
assert cookie["domain"] == "example.org"
225225

226-
@pytest.mark.asyncio
227226
async def test_close_inactive_context(self):
228227
spider = Spider("foo")
229228
async with make_handler(

tests/tests_asyncio/test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ async def _awaitable_identity(x):
153153

154154

155155
class TestGetFloatSetting(IsolatedAsyncioTestCase):
156-
@pytest.mark.asyncio
157156
async def test_get_float_setting(self):
158157
settings = Settings(
159158
{

0 commit comments

Comments
 (0)