Skip to content

Commit 72c81bc

Browse files
committed
Update test action
1 parent 71c2d34 commit 72c81bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
run: |
172172
python -m pip install --upgrade pip
173173
python -m pip install -r tests/requirements/${{ matrix.requirements-file }}
174+
python -m pip uninstall -y django-cms
174175
python -m pip install ${{ matrix.cms-version }}
175176
python setup.py install
176177
@@ -205,6 +206,7 @@ jobs:
205206
run: |
206207
python -m pip install --upgrade pip
207208
python -m pip install -r tests/requirements/${{ matrix.requirements-file }}
209+
python -m pip uninstall -y Django django-cms
208210
python -m pip install ${{ matrix.cms-version }} ${{ matrix.django-version }}
209211
python setup.py install
210212

tests/test_admin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3216,7 +3216,6 @@ def test_get_list_display(self):
32163216
"""
32173217
The default grouper admin should return the default list display
32183218
"""
3219-
from djangocms_versioning.admin import StateIndicatorMixin, ChangeListActionsMixin
32203219

32213220
modeladmin = admin.site._registry[Poll]
32223221
modeladmin.language = "en"

0 commit comments

Comments
 (0)