File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787 python : 3.8
8888 allow_failure : false
8989
90- - name : py39-djmaster -sqlite-coverage
90+ - name : py39-djmain -sqlite-coverage
9191 python : 3.9
9292 allow_failure : true
9393
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pytest-django allows you to test your Django project/applications with the
2828 <https://pytest-django.readthedocs.io/en/latest/contributing.html> `_
2929* Version compatibility:
3030
31- * Django: 2.2, 3.0, 3.1 and latest master branch (compatible at the time of
31+ * Django: 2.2, 3.0, 3.1 and latest main branch (compatible at the time of
3232 each release)
3333 * Python: CPython>=3.5 or PyPy 3
3434 * pytest: >=5.4
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ def _django_set_urlconf(request):
516516 def restore ():
517517 django .conf .settings .ROOT_URLCONF = original_urlconf
518518 # Copy the pattern from
519- # https://github.com/django/django/blob/master /django/test/signals.py#L152
519+ # https://github.com/django/django/blob/main /django/test/signals.py#L152
520520 clear_url_caches ()
521521 set_urlconf (None )
522522
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ envlist =
1010[testenv]
1111extras = testing
1212deps =
13- djmaster : https://github.com/django/django/archive/master .tar.gz
13+ djmain : https://github.com/django/django/archive/main .tar.gz
1414 dj32: Django>=3.2b1,<4.0
1515 dj31: Django>=3.1,<3.2
1616 dj30: Django>=3.0,<3.1
You can’t perform that action at this time.
0 commit comments