"""Repository-wide pytest plugin registration.""" # Pytest 9 requires plugin declarations to live in the root conftest file. pytest_plugins = ("tests.integration.wp06_postgres_identities",)