test Django main against django-modelcluster and django-taggit main branches, now that fixes have been merged

pull/7906/head
Matt Westcott 2022-03-04 16:07:22 +00:00
rodzic 70aabb5d34
commit 177bc53aa0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -78,7 +78,7 @@ jobs:
- python: '3.10'
django: 'git+https://github.com/django/django.git@main#egg=Django'
experimental: true
install_extras: 'pip uninstall -y django-modelcluster ; pip uninstall -y django-taggit ; pip install git+https://github.com/gasman/django-modelcluster.git@fix/unsaved-instance-live-queryset#egg=django-modelcluster git+https://github.com/gasman/django-taggit.git@fix/cached-pathinfo#egg=django-taggit'
install_extras: 'pip uninstall -y django-modelcluster ; pip uninstall -y django-taggit ; pip install git+https://github.com/wagtail/django-modelcluster.git@main#egg=django-modelcluster git+https://github.com/jazzband/django-taggit.git@master#egg=django-taggit'
services:
postgres: