Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add Python 3.13 support #49503

WIP: Add Python 3.13 support

6926a02
Select commit
Loading
Failed to load commit list.
Closed

WIP: Add Python 3.13 support #49503

WIP: Add Python 3.13 support
6926a02
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Azure Pipelines failed Dec 3, 2024 in 16m 50s

Build #20241203.44 had test failures

Details

Tests

  • Failed: 14 (0.42%)
  • Passed: 3,035 (90.17%)
  • Other: 317 (9.42%)
  • Total: 3,366

Annotations

Check failure on line 43 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure Pipelines

Build log #L43

Bash exited with code '1'.

Check failure on line 43 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure Pipelines

Build log #L43

Bash exited with code '1'.

Check failure on line 43 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure Pipelines

Build log #L43

Bash exited with code '1'.

Check failure on line 759 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure Pipelines

Build log #L759

Bash exited with code '1'.

Check failure on line 1 in serve.test_functional

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure Pipelines

serve.test_functional

collection failure
Raw output
ImportError while importing test module '/Users/runner/work/1/s/tools/serve/test_functional.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
serve/__init__.py:1: in <module>
    from . import serve  # noqa: F401
serve/serve.py:27: in <module>
    from wptserve import server as wptserve, handlers
wptserve/wptserve/__init__.py:1: in <module>
    from .server import WebTestHttpd, WebTestServer, Router  # noqa: F401
wptserve/wptserve/server.py:29: in <module>
    from . import routes as default_routes
wptserve/wptserve/routes.py:1: in <module>
    from . import handlers
wptserve/wptserve/handlers.py:13: in <module>
    from .request import Authentication
wptserve/wptserve/request.py:4: in <module>
    import cgi
E   ModuleNotFoundError: No module named 'cgi'

Check failure on line 1 in serve.test_serve

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure Pipelines

serve.test_serve

collection failure
Raw output
ImportError while importing test module '/Users/runner/work/1/s/tools/serve/test_serve.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
serve/__init__.py:1: in <module>
    from . import serve  # noqa: F401
serve/serve.py:27: in <module>
    from wptserve import server as wptserve, handlers
wptserve/wptserve/__init__.py:1: in <module>
    from .server import WebTestHttpd, WebTestServer, Router  # noqa: F401
wptserve/wptserve/server.py:29: in <module>
    from . import routes as default_routes
wptserve/wptserve/routes.py:1: in <module>
    from . import handlers
wptserve/wptserve/handlers.py:13: in <module>
    from .request import Authentication
wptserve/wptserve/request.py:4: in <module>
    import cgi
E   ModuleNotFoundError: No module named 'cgi'

Check failure on line 1 in wptserve.tests.functional.test_input_file

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure Pipelines

wptserve.tests.functional.test_input_file

collection failure
Raw output
ImportError while importing test module '/Users/runner/work/1/s/tools/wptserve/tests/functional/test_input_file.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
wptserve/tests/functional/test_input_file.py:5: in <module>
    from wptserve.request import InputFile
wptserve/wptserve/__init__.py:1: in <module>
    from .server import WebTestHttpd, WebTestServer, Router  # noqa: F401
wptserve/wptserve/server.py:29: in <module>
    from . import routes as default_routes
wptserve/wptserve/routes.py:1: in <module>
    from . import handlers
wptserve/wptserve/handlers.py:13: in <module>
    from .request import Authentication
wptserve/wptserve/request.py:4: in <module>
    import cgi
E   ModuleNotFoundError: No module named 'cgi'

Check failure on line 1 in wptserve.tests.test_request

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure Pipelines

wptserve.tests.test_request

collection failure
Raw output
ImportError while importing test module '/Users/runner/work/1/s/tools/wptserve/tests/test_request.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
wptserve/tests/test_request.py:3: in <module>
    from wptserve.request import Request, RequestHeaders, MultiDict
wptserve/wptserve/__init__.py:1: in <module>
    from .server import WebTestHttpd, WebTestServer, Router  # noqa: F401
wptserve/wptserve/server.py:29: in <module>
    from . import routes as default_routes
wptserve/wptserve/routes.py:1: in <module>
    from . import handlers
wptserve/wptserve/handlers.py:13: in <module>
    from .request import Authentication
wptserve/wptserve/request.py:4: in <module>
    import cgi
E   ModuleNotFoundError: No module named 'cgi'