Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Jan 15, 2025
1 parent ce131c8 commit c525cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/end-to-end/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,8 +1203,8 @@ def test_cache_select_files(rattler_build: RattlerBuild, recipes: Path, tmp_path


def test_abi3(rattler_build: RattlerBuild, recipes: Path, tmp_path: Path):
rattler_build.build(recipes / "python-abi3-package-sample", tmp_path)
pkg = get_extracted_package(tmp_path, "abi3")
rattler_build.build(recipes / "abi3", tmp_path)
pkg = get_extracted_package(tmp_path, "python-abi3-package-sample")

assert (pkg / "info/paths.json").exists()
paths = json.loads((pkg / "info/paths.json").read_text())
Expand Down

0 comments on commit c525cbd

Please sign in to comment.