Skip to content

Commit

Permalink
Drop 0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Jan 29, 2024
1 parent 5c96a83 commit 1811291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
pyodide-version: [0.23.4, 0.24.1, 0.25.0]
pyodide-version: [0.24.1, 0.25.0]
test-config: [
{runner: selenium, runtime: chrome, runtime-version: latest },
]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ async def _mock_fetch_bytes(url, *args):
assert "fake_pkg_micropip_test-1.0.0-py2.py3-none-any.whl" in _wheel_url


async def test_install_pkg_with_sharedlib_deps(
def test_install_pkg_with_sharedlib_deps(
selenium_standalone_micropip, wheel_catalog
):
"""
Expand Down

0 comments on commit 1811291

Please sign in to comment.