Fix configuration/environmental issues for unit tests.

Review Request #13092 — Created June 1, 2023 and submitted — Latest diff uploaded

Information

Django Evolution
release-2.x

Reviewers

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.

Commits

Files

    Loading...