-
Notifications
You must be signed in to change notification settings - Fork 117
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
runtests is broken in Django 1.8 #45
Comments
@chrisdev To Upgrade to Django 1.8 we have to do two steps -
The code to be change in runtests.py as
django.test.runner.DiscoverRunner is introduced only in Django 1.6 so we have to check for version.
|
Ok Is this all that is blocking 1.8 compatibility? |
yes @chrisdev |
@chrisdev only one error is left specific to django 1.8, working to solve it |
@Parbhat this error is a consequence of https://code.djangoproject.com/ticket/24211 |
@chrisdev Great so now django-pandas can be upgraded to 1.8 |
Test are failing because our travis.cl and fox config sucks. We've got to update and modernise |
Created a issue #50 to create a better travis/tox config. |
django.test.simple
was removed in 1.8The text was updated successfully, but these errors were encountered: