Skip to content

Commit

Permalink
Pinned django-csp's version used for our tests
Browse files Browse the repository at this point in the history
The issue has been reported upstream, for now we just want passing tests.

Refs django-commons#2082.
  • Loading branch information
matthiask committed Feb 25, 2025
1 parent 19bb9aa commit cb78335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ html5lib
selenium
tox
black
django-csp # Used in tests/test_csp_rendering
django-csp<4 # Used in tests/test_csp_rendering

# Integration support

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deps =
pygments
selenium>=4.8.0
sqlparse
django-csp
django-csp<4
passenv=
CI
COVERAGE_ARGS
Expand Down

0 comments on commit cb78335

Please sign in to comment.