Skip to content

Commit 4073084

Browse files
authored
Update test_cross_compile.py
1 parent d1c1355 commit 4073084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cross_compile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
@pytest.mark.skipif(
1414
sysconfig.get_config_var("SOABI") != "cp311-win_amd64",
15-
reason="Only tests 'cp311-win_amd64', got {sysconfig.get_config_var('SOABI')!r}",
15+
reason=f"Only tests 'cp311-win_amd64', got {sysconfig.get_config_var('SOABI')!r}",
1616
)
1717
def test_environment():
1818
env = os.environ.copy()

0 commit comments

Comments
 (0)