Skip to content

Commit 2198556

Browse files
committed
tests: fix default
Signed-off-by: Henry Schreiner <[email protected]>
1 parent c241232 commit 2198556

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/test_skbuild_settings.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@ def test_skbuild_settings_default(tmp_path: Path):
4646
assert settings.wheel.packages is None
4747
assert settings.wheel.py_api == ""
4848
assert not settings.wheel.expand_macos_universal_tags
49-
assert settings.wheel.license_files == [
50-
"LICEN[CS]E*",
51-
"COPYING*",
52-
"NOTICE*",
53-
"AUTHORS*",
54-
]
49+
assert settings.wheel.license_files is None
5550
assert settings.wheel.exclude == []
5651
assert settings.wheel.build_tag == ""
5752
assert settings.backport.find_python == Version("3.26.1")

0 commit comments

Comments
 (0)