Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Apr 10, 2023
1 parent 6ecfe5b commit 1fc1757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def test_build_purelib_project_with_build(tmp_path: Path) -> None:
)
version = zf.read("my_package/version.txt").decode("utf-8").strip()
assert version == "0.1.0"
assert wheel_metadata["Root-Is-Purelib"] == "True"
assert wheel_metadata["Root-Is-Purelib"] == "true"


@pytest.mark.skipif(
Expand Down

0 comments on commit 1fc1757

Please sign in to comment.