• 
      

    Fix configuration/environmental issues for unit tests.

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

    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.

    Summary ID
    Fix configuration/environmental issues for unit tests.
    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.
    8502c219186bf6266306e1279dedfa1a297841f8
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.x (8e3d2a0)