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

Force django-compressor version #123

Closed
wants to merge 1 commit into from
Closed

Conversation

maiksprenger
Copy link
Member

This commit is inspired by work in #122. We don't specify an upper bound for
django-compressor in Oscar 1.0. compressor 2.0 was released, which dropped
support for Django 1.7, which means our tests fail.

As this is a bit of an artefact, I prefer to specify the compressor version in
the testing requirements specific to the affected combination of Django and
Oscar versions instead of globally as done in #122.

This commit forces the version of compressor. That's good enough, given that
we're about to drop Django 1.7 support as well with Oscar 1.2.

Thanks go to @fghaas for the excellent analysis.

This commit is inspired by work in #122. We don't specify an upper bound
for django-compressor in Oscar 1.0. compressor 2.0 was released, which
dropped support for Django 1.7, which means our tests fail.

As this is a bit of an artefact, I prefer to specify the compressor
version in the testing requirements specific to the affected combination
of Django and Oscar versions instead of globally as done in #122.

This commit forces the version of compressor. That's good enough, given
that we're about to drop Django 1.7 support as well with Oscar 1.2.

Thanks go to @fghaas for the excellent analysis.
@maiksprenger
Copy link
Member Author

I was trying to be too clever. #122 will be good enough :D

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.

1 participant