Rename some runner tests (#117249)

This commit is contained in:
Erik Montnemery 2024-05-11 15:16:41 +02:00 committed by GitHub
parent 90a50c162d
commit 6f50c60e60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ async def test_unhandled_exception_traceback(
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]: