Skip to content

Commit b85be91

Browse files
committed
tests: change warning to check for notice
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 0540d05 commit b85be91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_macos_archs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*utils.expected_wheels("spam", "0.1.0", machine_arch="arm64", include_universal2=True),
1515
}
1616

17-
DEPLOYMENT_TARGET_TOO_LOW_WARNING = "[WARNING] MACOSX_DEPLOYMENT_TARGET is set to a lower value"
17+
DEPLOYMENT_TARGET_TOO_LOW_WARNING = "Bumping MACOSX_DEPLOYMENT_TARGET"
1818

1919

2020
def get_xcode_version() -> tuple[int, int]:

0 commit comments

Comments
 (0)