Skip to content

Commit

Permalink
Fixed tox envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 committed Feb 9, 2023
1 parent 415a156 commit 0efe060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testmanage.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def runtests():
try:
execute_from_command_line(argv)
finally:
from wagtail.tests.settings import MEDIA_ROOT, STATIC_ROOT
from wagtail.test.settings import MEDIA_ROOT, STATIC_ROOT

shutil.rmtree(STATIC_ROOT, ignore_errors=True)
shutil.rmtree(MEDIA_ROOT, ignore_errors=True)
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ usedevelop = True
envlist =
python{3.7}-django{3.2}-wagtail{4.1,4.2,main}-{sqlite,postgres12}
python{3.8,3.9,3.10,3.11}-django{3.2,4.0,4.1,main}-wagtail{4.1,4.2,main}-sqlite
python{3.8,3.9,3.10}-wagtail{4.1,4.2,main}-{sqlite,postgres12,postgres15}
python{3.8,3.9,3.10}-wagtail{3.2}-postgres12
python{3.11}-wagtail{4.1,4.2,main}-postgres15
python{3.8,3.9,3.10}-django{3.2}-wagtail{4.1,4.2,main}-postgres12
python{3.8,3.9,3.10,3.11}-django{4.0,4.1,main}-wagtail{4.1,4.2,main}-postgres15

[flake8]
# E501: Line too long
Expand Down

0 comments on commit 0efe060

Please sign in to comment.