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

Fixed the tox tests #224

Closed
wants to merge 1 commit into from
Closed

Fixed the tox tests #224

wants to merge 1 commit into from

Conversation

epicserve
Copy link

  • Added PIP_INSECURE = 1 to all the Python 2.5 environments so packages would install.
  • Changed the py25 env so it uses the last version of Django that supports Python 2.5
  • Changed the py26 and py27 envs so they use Django 1.5.1
  • It should be noted that non of the environments that use Django 1.2.X pass anymore. This is most likely because of commit 6d5d9cc which added the widget django.forms.widgets.ClearableFileInput that was new in Django 1.3.X. Maybe easy-thumbnails should consider dropping support for Python 2.5 and Django 1.2.X.

- Added `PIP_INSECURE = 1` to all the Python 2.5 environments so packages would install.
- Changed the `py25` env so it uses the last version of Django that supports Python 2.5
- Changed the `py26` and `py27` envs so they use Django 1.5.1
- It should be noted that non of the environments that use Django 1.2.X pass anymore. This is most likely because of commit 6d5d9cc which added the widget `django.forms.widgets.ClearableFileInput` that was new in Django 1.3.X. Maybe easy-thumbnails should consider dropping support for Python 2.5 and Django 1.2.X.
@SmileyChris
Copy link
Owner

Thanks, for this @epicserve -- I fixed them myself individually and pushed just now.

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.

None yet

2 participants