Skip to content

Fix the django_template benchmark on cpython main #248

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

Merged
merged 2 commits into from
Nov 28, 2022

Conversation

mdboom
Copy link
Contributor

@mdboom mdboom commented Nov 28, 2022

Fixes #247.

Django has a runtime dependency on distutils, so adding setuptools as a dependency resolves it.

This has already been resolved upstream [1], but this allows us to keep using the same version of Django for the benchmark.

[1] https://github.com/django/django/pull/14240/files

Django has a runtime dependency on distutils, so adding setuptools as a
dependency resolves it.

This has already been resolved upstream [1], but this allows us to keep
using the same version of Django for the benchmark.

[1] https://github.com/django/django/pull/14240/files
Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ericsnowcurrently ericsnowcurrently merged commit fd22d5a into python:main Nov 28, 2022
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.

django_template benchmark fails on main due to lack of distutils
2 participants