-
Notifications
You must be signed in to change notification settings - Fork 347
sqlite tests failed in 3.4.8 under python 2.7 #712
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
Comments
Likely caused by 8656a22 then. Confirmed using /cc @adamantike |
* tests: fix test_sqlite_database_renamed for Django 1.11 Ref: https://github.com/django/django/blob/1.11.20/django/db/backends/sqlite3/creation.py#L19 Fixes #712. * ci: Travis: test py27-dj111-sqlite-xdist
@felixonmars |
Not sure what was different, but the change introduces another error here:
|
What Django version do you use? |
Hope it works now.. :) |
Indeed it was fixed now. I am running with Django 2.2.1. Many thanks! |
Great! Thanks for the report again. Do you plan to contribute to pytest-django? |
Ah, it's for Arch probably? |
Yes, since I am packaging it for Arch. |
* tests: fix test_sqlite_database_renamed for Django 1.11 Ref: https://github.com/django/django/blob/1.11.20/django/db/backends/sqlite3/creation.py#L19 Fixes pytest-dev/pytest-django#712. * ci: Travis: test py27-dj111-sqlite-xdist
The failure is not present when running under python 3.7, or with pytest-django 3.4.7 and python 2.7.
The text was updated successfully, but these errors were encountered: