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

setuptools breaks distutils-pytest #4

Closed
RKrahl opened this issue Aug 11, 2022 · 0 comments · Fixed by #5
Closed

setuptools breaks distutils-pytest #4

RKrahl opened this issue Aug 11, 2022 · 0 comments · Fixed by #5
Labels
compatibility Issues about compatibility with libraries or other packages
Milestone

Comments

@RKrahl
Copy link
Owner

RKrahl commented Aug 11, 2022

The distutils standard library package is deprecated in Python 3.10. Furthermore, starting with version 60.0.0, setuptools, if it is only installed, breaks distutils to an extent that distutils-pytest does not work anymore, even for packages that do not use setuptools at all.

So we will need to move from distutils to setuptools.

@RKrahl RKrahl added the compatibility Issues about compatibility with libraries or other packages label Aug 11, 2022
@RKrahl RKrahl added this to the 0.2 milestone Aug 11, 2022
@RKrahl RKrahl closed this as completed in #5 Aug 11, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Issues about compatibility with libraries or other packages
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant