Skip to content

test_write_timeout(trio) is failing on python3.14 #3686

Description

@cclauss

To get GitHub Actions to run tests on Python 3.14, we needed to skip one pytest on Trio.

tests/test_timeouts.py

@pytest.mark.xfail(sys.version_info >= (3, 14), reason="Fix trio on Python >= 3.14")
async def test_write_timeout(server):

Please try to determine why the write timeout test fails on Trio but not on asyncio, and create a pull request that allows us to remove the xfail.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions