Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 717c929

Browse files
committed
Restrict test requirements to less than bleach 5
1 parent 5ddd39f commit 717c929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install django==${{ matrix.django-version }} bleach coverage mock
30+
pip install django==${{ matrix.django-version }} bleach<5 coverage mock
3131
python setup.py install
3232
- name: Run coverage
3333
run: |

0 commit comments

Comments
 (0)