Skip to content

CPython 3.13.1 is breaking Windows CI #13104

Closed
@ichard26

Description

@ichard26

Windows 3.13 CI is failing again due to upstream changes in CPython:

FAILED tests/unit/test_collector.py::test_ensure_quoted_url[file:///T:/path/with spaces/-file://///T:/path/with%20spaces] - AssertionError: assert 'file://///T:...ith%20spaces/' == 'file://///T:...with%20spaces'
  
  - file://///T:/path/with%20spaces
  + file://///T:/path/with%20spaces/
  ?                                +
FAILED tests/unit/test_urls.py::test_path_to_url_win[\\\\unc\\as\\path-file:////unc/as/path] - AssertionError: assert 'file://unc/as/path' == 'file:////unc/as/path'
  
  - file:////unc/as/path
  ?      --
  + file://unc/as/path

Taking a look at the changelog for 3.13.1, these are all of the potential bugfixes implicated:

cc @matthewhughes934 you've fixed a similar class of issues earlier. Would you be interested in taking a look at this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: testsTesting and related things

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions