Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 11, 2025
1 parent 1f6dece commit 659a093
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions tests/test_freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,15 @@ async def test_freeze_fix_depends(
assert dep2_metadata["imports"] == toplevel[2]


@pytest.mark.parametrize(("name", "depends"), [
["pytest", {"attrs", "iniconfig", "packaging", "pluggy"}],
["snowballstemmer", set()],
])
@pytest.mark.parametrize(
("name", "depends"),
[
["pytest", {"attrs", "iniconfig", "packaging", "pluggy"}],
["snowballstemmer", set()],
],
)
def test_freeze_lockfile_compat(
name,
depends,
selenium_standalone_micropip,
wheel_catalog,
tmp_path
name, depends, selenium_standalone_micropip, wheel_catalog, tmp_path
):
from pyodide_lock import PyodideLockSpec

Expand Down

0 comments on commit 659a093

Please sign in to comment.