Skip to content

Commit

Permalink
Avoid test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 30, 2023
1 parent 061db42 commit c1caf8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dynamic = [
"version",
]
dependencies = [
"Django>3.2",
"Django>=4",
"django-countries>=3.3",
"openpyxl>=2.2",
"pdfdocument>=3.1",
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist =
py{38,39,310}-dj{32,41,42}
py{310,311}-dj{32,41,42,main}
py{38,39,310}-dj{40,41,42}
py{310,311}-dj{40,41,42,main}
docs

[testenv]
usedevelop = true
deps =
dj32: Django>=3.2,<4.0
dj40: Django>=4.0,<4.1
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
djmain: https://github.com/django/django/archive/main.tar.gz
Expand Down Expand Up @@ -44,4 +44,3 @@ changedir = docs
commands = make html
skip_install = true
whitelist_externals = make

0 comments on commit c1caf8b

Please sign in to comment.