Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Aug 23, 2024
1 parent 6dcf665 commit 74063b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
def test_404(selenium_standalone_micropip, httpserver):
@run_in_pyodide()
async def _inner_test_404_raise(selenium, url):
import pyodide
import pytest
from packaging import parse

assert parse(pyodide.__version__) > parse(
"0.27"
), "wrong pyodide version: pyodide.__version__?"

from micropip._compat import HttpStatusError, fetch_string_and_headers

Expand Down

0 comments on commit 74063b3

Please sign in to comment.