Skip to content

Testing south migrations: always disabled with pytest #128

Closed
@blueyed

Description

@blueyed

The documentation states:

How does South and pytest-django play together?
Djangos own syncdb will always be used to create the test database, regardless of wheter South is present or not.

It there a particular reason for this?

South supports the setting SOUTH_TESTS_MIGRATE = False to disable them btw.

Ref: https://github.com/blueyed/pytest_django/blob/db-access-not-allowed-with-both-transdb-and-db/pytest_django/fixtures.py#L41-44

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions