We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53365c3 commit 98ba7bfCopy full SHA for 98ba7bf
tests/tests_asyncio/test_browser_contexts.py
@@ -223,7 +223,6 @@ async def test_contexts_dynamic(self):
223
assert cookie["value"] == "qwerty"
224
assert cookie["domain"] == "example.org"
225
226
- @pytest.mark.asyncio
227
async def test_close_inactive_context(self):
228
spider = Spider("foo")
229
async with make_handler(
tests/tests_asyncio/test_utils.py
@@ -153,7 +153,6 @@ async def _awaitable_identity(x):
153
154
155
class TestGetFloatSetting(IsolatedAsyncioTestCase):
156
157
async def test_get_float_setting(self):
158
settings = Settings(
159
{
0 commit comments