Skip to content

Commit cb78335

Browse files
committed
Pinned django-csp's version used for our tests
The issue has been reported upstream, for now we just want passing tests. Refs django-commons#2082.
1 parent 19bb9aa commit cb78335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ html5lib
1111
selenium
1212
tox
1313
black
14-
django-csp # Used in tests/test_csp_rendering
14+
django-csp<4 # Used in tests/test_csp_rendering
1515

1616
# Integration support
1717

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ deps =
2525
pygments
2626
selenium>=4.8.0
2727
sqlparse
28-
django-csp
28+
django-csp<4
2929
passenv=
3030
CI
3131
COVERAGE_ARGS

0 commit comments

Comments
 (0)