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

Specify compressor version in requirements.txt #122

Closed
wants to merge 1 commit into from

Conversation

fghaas
Copy link
Contributor

@fghaas fghaas commented Jan 12, 2016

With its 2.0 release, django-compressor 2.0 dropped support for Django
1.7. Since Django 1.7 is still considered supported by
django-oscar-paypal, ensure using django-compressor 1.6 (which still
supported Django 1.7).

See also:

django-compressor/django-compressor@e27fce7

With its 2.0 release, django-compressor 2.0 dropped support for Django
1.7. Since Django 1.7 is still considered supported by
django-oscar-paypal, ensure using django-compressor 1.6 (which still
supported Django 1.7).

See also:

django-compressor/django-compressor@e27fce7

This commit can simply be reverted when Django 1.7 support is dropped.
@fghaas
Copy link
Contributor Author

fghaas commented Jan 12, 2016

@maikhoepfel This fixes the test build failure encountered in #121. Once this is merged, #121 can be merged too.

@fghaas fghaas changed the title WIP: Specify compressor version in requirements.txt Specify compressor version in requirements.txt Jan 12, 2016
maiksprenger added a commit that referenced this pull request Jan 12, 2016
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 added a commit that referenced this pull request Jan 12, 2016
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 added a commit that referenced this pull request Jan 12, 2016
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

Lovely. After trying to be cleverer in #123, I gave up and cherry picked it across in 4d416b0.

Thank you.

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