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

CI is failing #15990

Closed
JelleZijlstra opened this issue Aug 29, 2023 · 1 comment · Fixed by #15992
Closed

CI is failing #15990

JelleZijlstra opened this issue Aug 29, 2023 · 1 comment · Fixed by #15992
Labels
bug mypy got something wrong

Comments

@JelleZijlstra
Copy link
Member

See #15989, #15986, #15965, #15987.

The failure looks like this:

  File "/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/tox/tox_env/package.py", line 47, in _func
    return meth(*args, **kwargs)
  File "/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/tox/tox_env/python/virtual_env/package/pyproject.py", line 292, in get_package_dependencies
    self._ensure_meta_present(for_env)
  File "/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/tox/tox_env/package.py", line 47, in _func
    return meth(*args, **kwargs)
  File "/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/tox/tox_env/python/virtual_env/package/pyproject.py", line 312, in _ensure_meta_present
    dist_info = end.prepare_metadata_for_build_wheel(self.meta_folder, self._wheel_config_settings).metadata
AttributeError: 'NoneType' object has no attribute 'metadata'

Which makes me think a release of tox or some other packaging tool is to blame. And indeed tox 4.11.0 was released earlier today (https://tox.wiki/en/latest/changelog.html#v4-11-0-2023-08-29).

@JelleZijlstra JelleZijlstra added the bug mypy got something wrong label Aug 29, 2023
@hauntsaninja
Copy link
Collaborator

We pin tox, probably because it's not uncommon for it to break CI. Looks to me maybe triggered by release for https://pypi.org/project/pyproject-api/ ?

hauntsaninja added a commit that referenced this issue Aug 30, 2023
koogoro pushed a commit that referenced this issue Sep 2, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 15, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 17, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 23, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 24, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 24, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 24, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 25, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 27, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 27, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 27, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 27, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Sep 29, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Oct 2, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Oct 2, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Oct 2, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Oct 7, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Oct 7, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Oct 8, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Oct 8, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Oct 8, 2023
KotlinIsland pushed a commit to KotlinIsland/basedmypy that referenced this issue Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mypy got something wrong
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants