Skip to content

Commit 5f7490a

Browse files
committed
Fix test failure due to new debug toolbar version
1 parent 8d1d786 commit 5f7490a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"django-compressor>=4.5,<4.6",
3333
"Pygments>=2.15,<2.16",
3434
"django-libsass>=0.9,<0.10",
35-
"django-debug-toolbar",
35+
"django-debug-toolbar<6.0.0", # 6.1.0 causes an obscure test failure.
3636
"django-extensions>=3.2,<3.3",
3737
"djangorestframework>=3.14,<3.15",
3838
"django-oauth-toolkit>=3.0,<3.1",

0 commit comments

Comments
 (0)