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 87
87
python : 3.8
88
88
allow_failure : false
89
89
90
- - name : py39-djmaster -sqlite-coverage
90
+ - name : py39-djmain -sqlite-coverage
91
91
python : 3.9
92
92
allow_failure : true
93
93
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
28
28
<https://pytest-django.readthedocs.io/en/latest/contributing.html> `_
29
29
* Version compatibility:
30
30
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
32
32
each release)
33
33
* Python: CPython>=3.5 or PyPy 3
34
34
* pytest: >=5.4
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ def _django_set_urlconf(request):
516
516
def restore ():
517
517
django .conf .settings .ROOT_URLCONF = original_urlconf
518
518
# 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
520
520
clear_url_caches ()
521
521
set_urlconf (None )
522
522
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ envlist =
10
10
[testenv]
11
11
extras = testing
12
12
deps =
13
- djmaster : https://github.com/django/django/archive/master .tar.gz
13
+ djmain : https://github.com/django/django/archive/main .tar.gz
14
14
dj32: Django>=3.2b1,<4.0
15
15
dj31: Django>=3.1,<3.2
16
16
dj30: Django>=3.0,<3.1
You can’t perform that action at this time.
0 commit comments