Skip to content

Conversation

@chrysle
Copy link
Contributor

@chrysle chrysle commented Jun 26, 2024

The conditional backports increased, thus I added two compatibility modules.

Contributor checklist
  • Included tests for the changes.
  • PR title is short, clear, and ready to be included in the user-facing changelog.
Maintainer checklist
  • Verified one of these labels is present: backwards incompatible, feature, enhancement, deprecation, bug, dependency, docs or skip-changelog as they determine changelog listing.
  • Assign the PR to an existing or new milestone for the target version (following Semantic Versioning).

@chrysle chrysle added refactor Refactoring code dependency Related to a dependency skip-changelog Avoid listing in changelog labels Jun 26, 2024
@WhyNotHugo

This comment was marked as outdated.

@chrysle

This comment was marked as resolved.

@webknjaz

This comment was marked as outdated.

@webknjaz

This comment was marked as outdated.

@webknjaz webknjaz enabled auto-merge December 16, 2024 04:16
@webknjaz webknjaz added this pull request to the merge queue Dec 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 16, 2024
@webknjaz webknjaz added this pull request to the merge queue Dec 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 16, 2024
@webknjaz webknjaz enabled auto-merge January 14, 2025 02:23
@webknjaz webknjaz force-pushed the add-compat-modules branch from d2969f9 to dad5bd2 Compare July 9, 2025 12:57
@webknjaz
Copy link
Member

webknjaz commented Jul 9, 2025

Surfacing the errors from Sphinx (the CI logs get garbage-collected periodically, so it's best to have a copy in here to persist the context):

WARNING: autodoc: failed to import module 'cache' from module 'piptools'; the following exception was raised:
cannot import name 'PIP_VERSION' from partially initialized module 'piptools.utils' (most likely due to a circular import) (/home/runner/work/pip-tools/pip-tools/.tox/build-docs/lib/python3.13/site-packages/piptools/utils.py)
WARNING: autodoc: failed to import module 'repositories' from module 'piptools'; the following exception was raised:
cannot import name 'PIP_VERSION' from partially initialized module 'piptools.utils' (most likely due to a circular import) (/home/runner/work/pip-tools/pip-tools/.tox/build-docs/lib/python3.13/site-packages/piptools/utils.py)
WARNING: autodoc: failed to import module 'repositories.base' from module 'piptools'; the following exception was raised:
cannot import name 'PIP_VERSION' from partially initialized module 'piptools.utils' (most likely due to a circular import) (/home/runner/work/pip-tools/pip-tools/.tox/build-docs/lib/python3.13/site-packages/piptools/utils.py)
WARNING: autodoc: failed to import module 'repositories.local' from module 'piptools'; the following exception was raised:
cannot import name 'PIP_VERSION' from partially initialized module 'piptools.utils' (most likely due to a circular import) (/home/runner/work/pip-tools/pip-tools/.tox/build-docs/lib/python3.13/site-packages/piptools/utils.py)
WARNING: autodoc: failed to import module 'repositories.pypi' from module 'piptools'; the following exception was raised:
cannot import name 'PIP_VERSION' from partially initialized module 'piptools.utils' (most likely due to a circular import) (/home/runner/work/pip-tools/pip-tools/.tox/build-docs/lib/python3.13/site-packages/piptools/utils.py)
WARNING: autodoc: failed to import module 'resolver' from module 'piptools'; the following exception was raised:
cannot import name 'PIP_VERSION' from partially initialized module 'piptools.utils' (most likely due to a circular import) (/home/runner/work/pip-tools/pip-tools/.tox/build-docs/lib/python3.13/site-packages/piptools/utils.py)
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/importlib/metadata/_meta.py:docstring of typing._overload_dummy:1: WARNING: py:class reference target not found: _T
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/importlib/metadata/_meta.py:docstring of typing._overload_dummy:1: WARNING: py:class reference target not found: _T
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/importlib/metadata/_meta.py:docstring of typing._overload_dummy:1: WARNING: py:class reference target not found: _T
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/importlib/metadata/_meta.py:docstring of typing._overload_dummy:1: WARNING: py:class reference target not found: _T

So it seems like there are two problems:

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

Labels

bot:chronographer:skip dependency Related to a dependency refactor Refactoring code skip-changelog Avoid listing in changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants