-
Notifications
You must be signed in to change notification settings - Fork 299
Pin django-debug-toolbar version to fix Python 2.7 tests #634
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
Codecov Report
Merging #634 into master will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## master #634 +/- ## ======================================= Coverage 95.66% 95.66% ======================================= Files 56 56 Lines 2861 2861 ======================================= Hits 2737 2737 Misses 124 124
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update db5cd72...2fdd4d3. Read the comment docs.
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.
Ah, I see it was pinned in requirements-development.txt but not here. LGTM.
Description of the Change
Pin django debug toolbar to fix tests in master.
This is a quick fix and at a later point we should try to avoid having debug toolbar as dependency for tests. A bit more complicated to fix as example and tests are combined.
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS