Skip to content

Commit

Permalink
Update tests/test_compat.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gyeongjae Choi <[email protected]>
  • Loading branch information
Carreau and ryanking13 authored Aug 21, 2024
1 parent 7c48124 commit 64c52cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from micropip._compat import HttpStatusError, fetch_string_and_headers


@run_in_pyodide
@pytest.mark.asyncio
@run_in_pyodide
async def test_404_raise(httpserver):
httpserver.expect_request("/404").respond_with_data(
"Not found", status=404, content_type="text/plain"
Expand Down

0 comments on commit 64c52cf

Please sign in to comment.