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

chore: remove legacy check command and distutils #233

Merged
merged 1 commit into from
Mar 23, 2022

Conversation

miketheman
Copy link
Member

The check command was ported to twine check in 2018.
Refs: #122

Python 3.10 and 3.11 have marked distutils as deprecated.
Refs: https://peps.python.org/pep-0632/#specification

Signed-off-by: Mike Fiedler [email protected]

The `check` command was ported to `twine check` in 2018.
Refs: pypa#122

Python 3.10 and 3.11 have marked `distutils` as deprecated.
Refs: https://peps.python.org/pep-0632/#specification

Signed-off-by: Mike Fiedler <[email protected]>
@miketheman
Copy link
Member Author

Uncovered during work on #231 and would simplify that implementation once this is removed.

@di di merged commit 7512742 into pypa:main Mar 23, 2022
@di
Copy link
Member

di commented Mar 23, 2022

Thanks!

@miketheman miketheman deleted the miketheman/remove-check-command branch March 23, 2022 15:38
miketheman added a commit to miketheman/readme_renderer that referenced this pull request Aug 20, 2022
The test that used the marker was removed in pypa#233

`pytest` also included the marker in version 3.7.2 in late 2018.

Signed-off-by: Mike Fiedler <[email protected]>
miketheman added a commit to miketheman/readme_renderer that referenced this pull request Aug 20, 2022
The test that used the marker was removed in pypa#233

`pytest` also included the marker in version 3.7.2 in late 2018.

Signed-off-by: Mike Fiedler <[email protected]>
miketheman added a commit to miketheman/readme_renderer that referenced this pull request Aug 21, 2022
The test that used the marker was removed in pypa#233

`pytest` also included the marker in version 3.7.2 in late 2018.

Signed-off-by: Mike Fiedler <[email protected]>
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