Skip to content

Commit 7868c32

Browse files
committed
Switch from tox to makeapp tests.
1 parent 4e08c10 commit 7868c32

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ docs = [
3939
"mkdocs-apidescribed-plugin",
4040
"mkdocs-navsorted-plugin",
4141
]
42-
linters = [
43-
"ruff",
44-
]
42+
linters = []
4543
tests = [
4644
"pytest",
4745
"pytest-djangoapp>=1.7.0",
@@ -80,3 +78,8 @@ exclude_also = [
8078
"raise NotImplementedError",
8179
"if TYPE_CHECKING:",
8280
]
81+
82+
[tool.makeapp.tests]
83+
deps = [
84+
"django~=${{ django-version }}.0",
85+
]

0 commit comments

Comments
 (0)