-
Notifications
You must be signed in to change notification settings - Fork 347
Drop support for Django 1.7 #524
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
Conversation
pytest_django/compat.py
Outdated
@@ -1,4 +1,5 @@ | |||
# This file cannot be imported from until Django sets up | |||
from django.db.backends.base.base import BaseDatabaseWrapper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this (pytest_django.compat
) a public API? If not, we could remove it and adjust the import in plugin.py
.
Thanks for tackling this - the diff should be covered 100% though in this case I think. |
I'll look into it this weekend or so. |
Looking forward to it. |
#521 is merged, so please rebase. |
done |
close-reopen again for codecov to report back hopefully. |
Codecov Report
@@ Coverage Diff @@
## master #524 +/- ##
=========================================
+ Coverage 85.35% 85.55% +0.2%
=========================================
Files 32 32
Lines 1625 1620 -5
Branches 141 140 -1
=========================================
- Hits 1387 1386 -1
+ Misses 182 178 -4
Partials 56 56
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #524 +/- ##
=========================================
+ Coverage 85.35% 85.55% +0.2%
=========================================
Files 32 32
Lines 1625 1620 -5
Branches 141 140 -1
=========================================
- Hits 1387 1386 -1
+ Misses 182 178 -4
Partials 56 56
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #524 +/- ##
=========================================
+ Coverage 85.35% 85.55% +0.2%
=========================================
Files 32 32
Lines 1625 1620 -5
Branches 141 140 -1
=========================================
- Hits 1387 1386 -1
+ Misses 182 178 -4
Partials 56 56
Continue to review full report at Codecov.
|
Do you feel like covering the diff for this? |
Conclusion: |
Thanks! |
* Remove BaseDatabaseWrapper from compat
As suggested in #521 (comment)