Skip to content

Commit

Permalink
lint [integration]
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Jan 30, 2025
1 parent 17650ad commit 8d684e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ async def _run(selenium):

await micropip.install("pytest-asyncio", deps=False)

import pytest_asyncio
import pytest_asyncio # noqa: F401

try:
# pytest-asyncio depends on pytest
import pytest
import pytest # noqa: F401
except ImportError:
pass
else:
Expand All @@ -54,7 +54,6 @@ async def _run(selenium):
_run(selenium_standalone_micropip)



@integration_test_only
def test_integration_list_basic(selenium_standalone_micropip, pytestconfig):
@run_in_pyodide
Expand Down

0 comments on commit 8d684e3

Please sign in to comment.