Skip to content

Commit

Permalink
Update test_cross_compile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jun 10, 2023
1 parent d1c1355 commit 4073084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cross_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@pytest.mark.skipif(
sysconfig.get_config_var("SOABI") != "cp311-win_amd64",
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}",
)
def test_environment():
env = os.environ.copy()
Expand Down

0 comments on commit 4073084

Please sign in to comment.