Skip to content

Commit

Permalink
Remove unsupported django-debug-toolbar version
Browse files Browse the repository at this point in the history
PR 58 (f4007d5) relies on an interface change in django-debug-toolbar that was introduced in version 2.0. Running the tests against previous version 1.11 fails because of this.
  • Loading branch information
chosak committed May 26, 2020
1 parent 720ba98 commit 97e367e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
testing_extras = [
"mock>=2.0.0",
"coverage>=3.7.0",
"django-debug-toolbar>=1.11,<2.3",
"django-debug-toolbar>=2.0,<2.3",
"jinja2",
]

Expand Down

0 comments on commit 97e367e

Please sign in to comment.