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

Pin types-setuptools to <67.4.0.2 #14788

Merged
merged 4 commits into from
Feb 26, 2023
Merged

Conversation

AlexWaygood
Copy link
Member

@AlexWaygood AlexWaygood commented Feb 26, 2023

The mypyc build is failing on master due to the latest release of types-setuptools: see, e.g. https://github.com/python/mypy/actions/runs/4275505309/jobs/7442902732.

#14787 fixes the mypyc build, but there's still a bunch of mypyc tests failing on that PR. I haven't got time to debug them right now (and I'm also not particularly knowledgeable about mypyc!), so this is a stopgap PR to pin types-setuptools so that we avoid the latest release.

The mypyc build is failing on `master` due to the latest release of `types-setuptools`: see, e.g. https://github.com/python/mypy/actions/runs/4275505309/jobs/7442902732.

python#14787 fixes the _build_ but there's still a bunch of mypyc tests failing on that PR. I haven't got time to debug them right now (and I'm not a mypyc expert, anyway!), so this is a stopgap PR to pin `types-setuptools` so that we avoid the latest release.
build-requirements.txt Outdated Show resolved Hide resolved
@AlexWaygood AlexWaygood changed the title Pin types-setuptools to <67.4.0.3 Pin types-setuptools to <67.4.0.2 Feb 26, 2023
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JelleZijlstra JelleZijlstra merged commit 800e8ff into python:master Feb 26, 2023
@AlexWaygood AlexWaygood deleted the patch-2 branch February 26, 2023 17:50
AlexWaygood added a commit to AlexWaygood/mypy that referenced this pull request Feb 26, 2023
hauntsaninja pushed a commit that referenced this pull request Feb 28, 2023
- The latest release of `types-setuptools` started causing type-check
errors (and, therefore, mypyc build errors) on the `master` branch: see,
e.g.
https://github.com/python/mypy/actions/runs/4275505309/jobs/7442902732.
- #14781 addressed some of the new errors, but didn't quite fix the
build.
- #14788 then pinned the `types-setuptools` dependency as a temporary
stopgap measure.
- This PR now attempts to unpin `types-setuptools` and fix the build
errors in a more principled way.
AlexWaygood added a commit to AlexWaygood/mypy that referenced this pull request Mar 2, 2023
- The latest release of `types-setuptools` started causing type-check
errors (and, therefore, mypyc build errors) on the `master` branch: see,
e.g.
https://github.com/python/mypy/actions/runs/4275505309/jobs/7442902732.
- python#14781 addressed some of the new errors, but didn't quite fix the
build.
- python#14788 then pinned the `types-setuptools` dependency as a temporary
stopgap measure.
- This PR now attempts to unpin `types-setuptools` and fix the build
errors in a more principled way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants