flake8
passed.
JSHint
passed.
Review Request #13092 — Created June 1, 2023 and submitted
Information | |
---|---|
chipx86 | |
Django Evolution | |
release-2.x | |
Reviewers | |
django-evolution | |
We now disable pytest-django, which interferes with our test setup when
installed (since pytest auto-enables plugins). This fixes test failures
when not in an isolated environment.The postgres11.8 environments had a badly-formatted name, causing it to
include a{
in its name. This now uses_
instead of.
in the name.
Unit tests pass.
Verified the name of the environments were correct.
Summary | |
---|---|