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

Test with the right Django version ; Add and fix 1.9 tests #141

Merged
merged 4 commits into from
Jan 4, 2016

Conversation

roidelapluie
Copy link
Contributor

Prior to this commit, the tests were running with Django 1.8 because it
is in requirements.txt, which was installed after the specific version
of Django.

This commit inverts that order, allowing the defined version of Django
to be used for testing.

@roidelapluie roidelapluie force-pushed the fix-test-django-version branch from 929c6f2 to 0d88a23 Compare December 25, 2015 20:24
Prior to this commit, the tests were running with Django 1.8 because it
is in requirements.txt, which was installed after the specific version
of Django.

This commit inverts that order, allowing the defined version of Django
to be used for testing.
@roidelapluie roidelapluie force-pushed the fix-test-django-version branch 4 times, most recently from 69bc39b to deb9203 Compare December 25, 2015 20:35
@roidelapluie roidelapluie changed the title Test with the right Django version Test with the right Django version ; Add and fix 1.9 tests Dec 25, 2015
Also update django-websockets version in requirements.txt
@roidelapluie roidelapluie force-pushed the fix-test-django-version branch 2 times, most recently from 1aa5d5c to 50b48b3 Compare December 26, 2015 07:47
@roidelapluie
Copy link
Contributor Author

@jrief is there somthing blocking this PR?

@nanuxbe
Copy link
Collaborator

nanuxbe commented Jan 4, 2016

@roidelapluie could you just update Django versions to 1.8.8 and 1.9.1?
Except for that, looks good to me

@nanuxbe nanuxbe mentioned this pull request Jan 4, 2016
@roidelapluie
Copy link
Contributor Author

Done

@nanuxbe
Copy link
Collaborator

nanuxbe commented Jan 4, 2016

It is failing for Python 3.3 and Django 1.9.1. Since Django 1.9 only supports python 3.4 & 3.5, I guess you can simply remove testing for python 3.3 under Django 1.9

@roidelapluie roidelapluie force-pushed the fix-test-django-version branch from 690004b to 507b4b2 Compare January 4, 2016 09:21
@roidelapluie
Copy link
Contributor Author

Sorry, it was there for 1.9, not 1.9.1. Amended and fixed.

@roidelapluie roidelapluie force-pushed the fix-test-django-version branch from 507b4b2 to 4b26531 Compare January 4, 2016 09:22
nanuxbe added a commit that referenced this pull request Jan 4, 2016
Test with the right Django version ; Add and fix 1.9 tests
@nanuxbe nanuxbe merged commit da33e75 into jrief:master Jan 4, 2016
@nanuxbe
Copy link
Collaborator

nanuxbe commented Jan 4, 2016

thanks @roidelapluie :-)

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