Skip to content

Commit

Permalink
Rename some runner tests (#117249)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed May 11, 2024
1 parent 90a50c1 commit 6f50c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async def _unhandled_exception():
assert "_unhandled_exception" in caplog.text


def test__enable_posix_spawn() -> None:
def test_enable_posix_spawn() -> None:
"""Test that we can enable posix_spawn on musllinux."""

def _mock_sys_tags_any() -> Iterator[packaging.tags.Tag]:
Expand Down

0 comments on commit 6f50c60

Please sign in to comment.