We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4672a63 commit 76056d5Copy full SHA for 76056d5
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