diff --git a/tests/test_api.py b/tests/test_api.py index 37d0826..f18ae25 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -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(