File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments