Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Setup.py is deprecated #540

Open
tonial opened this issue Oct 15, 2024 · 0 comments
Open

Setup.py is deprecated #540

tonial opened this issue Oct 15, 2024 · 0 comments

Comments

@tonial
Copy link

tonial commented Oct 15, 2024

Following #539 I tried to replace PYTHONWARNINGS=default with PYTHONWARNINGS=error in tox.ini (since it's what I do in my own projet that uses mozilla-django-oidc) and it failed on the use of setuptools :

setuptools.warnings.SetuptoolsDeprecationWarning: setup.py install is deprecated.
      !!
      
              ********************************************************************************
              Please avoid running ``setup.py`` directly.
              Instead, use pypa/build, pypa/installer, pypa/build or
              other standards-based tools.
      
              See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
              ********************************************************************************

I don't thing I'll find the time to fix this, but I think it's worth an issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant