Revert "Check missing migrations (#572)"

This reverts commit 0014e57d96.
This commit is contained in:
Alexandr Artemyev 2024-08-23 23:34:15 +05:00 committed by GitHub
parent 0014e57d96
commit c80bc1d69c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
[tox]
isolated_build = true
envlist =
py{38,39,310,311,312}-dj{42}-{unittest,pytest,checkmigrations}
py{310,311,312}-dj{50}-{unittest,pytest,checkmigrations}
py{310,311,312}-dj{main}-{unittest,pytest,checkmigrations}
py{38,39,310,311,312}-dj{42}-{unittest,pytest}
py{310,311,312}-dj{50}-{unittest,pytest}
py{310,311,312}-dj{main}-{unittest,pytest}
skip_missing_interpreters = True
[testenv]
@ -25,7 +25,6 @@ commands =
unittest: coverage report
unittest: coverage xml
pytest: pytest --cov=. --ignore=.tox --disable-pytest-warnings --cov-report=xml --cov-append {toxinidir}
checkmigrations: django-admin makemigrations --check --dry-run
setenv =
PYTHONPATH = {toxinidir}
PYTHONDONTWRITEBYTECODE = 1