We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c1355 commit 4073084Copy full SHA for 4073084
tests/test_cross_compile.py
@@ -12,7 +12,7 @@
12
13
@pytest.mark.skipif(
14
sysconfig.get_config_var("SOABI") != "cp311-win_amd64",
15
- reason="Only tests 'cp311-win_amd64', got {sysconfig.get_config_var('SOABI')!r}",
+ reason=f"Only tests 'cp311-win_amd64', got {sysconfig.get_config_var('SOABI')!r}",
16
)
17
def test_environment():
18
env = os.environ.copy()
0 commit comments