@@ -5,7 +5,7 @@ usedevelop = True
5
5
envlist =
6
6
python{3.7,3.8,3.9}-django{2.2}-wagtail{2.11,2.12,2.13}-{sqlite,postgres}
7
7
python{3.7,3.8,3.9}-django{3.2}-wagtail{2.14,2.15,2.16}-{sqlite,postgres}
8
- python{3.7,3.8,3.9,3.10}-django{4.0}-wagtail{2.16,main}-{sqlite,postgres}
8
+ python{3.7,3.8,3.9,3.10}-django{4.0}-wagtail{2.16,main,sync }-{sqlite,postgres}
9
9
python{3.10}-django{3.2,main}-wagtail{2.15,2.16,main}-{sqlite,postgres}
10
10
11
11
[flake8]
@@ -16,7 +16,7 @@ exclude = migrations,node_modules
16
16
17
17
[testenv]
18
18
install_command = pip install -e " .[testing]" -U {opts} {packages}
19
- commands = coverage run testmanage.py test --deprecation all {posargs: -v 2}
19
+ commands = coverage run testmanage.py test {posargs: -v 2}
20
20
21
21
basepython =
22
22
python3.7: python3.7
39
39
wagtail2.15: wagtail>=2.15,<2.16
40
40
wagtail2.16: wagtail>=2.16,<2.17
41
41
wagtailmain: git+https://github.com/wagtail/wagtail.git
42
+ wagtailsync: git+https://github.com/wagtail/wagtail.git@feature/sync-tree-unpublish-cascade# egg=wagtail
42
43
43
44
# Pinned to work around UTC connection error
44
45
# https://stackoverflow.com/questions/68024060/assertionerror-database-connection-isnt-set-to-utc
0 commit comments