Javier Buzzi
Javier Buzzi
[..More details from another issue](https://github.com/pytest-dev/pytest-django/issues/1192#issuecomment-3185155672)
@sshishov can you give me any more details? I replicated your environment here https://github.com/pytest-dev/pytest-django/pull/1240 and the test works as expected. Could there be any other functions/fixtures you're using? Please check...
@sshishov any updates? Can i close this?
@maingoh is this still an issue for you? Otherwise I'll close it.
So just to confirm, your tests do not have `@pytest.mark.django_db` and instead you rely on this > @ pytest.fixture(scope="session", autouse=True) > def enable_db_access_for_all_tests(django_db_setup, django_db_blocker): > """ > Unblock the db...
@lode-braced can you please sync with `main`, there are new CI rules
Hey @lode-braced I haven't been ignoring you deliberately. I've been waiting for others to give some feedback, specially @bluetech
@bluetech i'll leave this one to you
PRs welcome!
Does it work with `SettingsWrapper`?