Javier Buzzi

Results 152 comments of 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...

@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

Does it work with `SettingsWrapper`?