You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use pytest_configure. It doesn't work too. Just passing of settings fixture to the test doesn't work for me, because initialization of data appears after django_db_blocker.unblock() by signal and depends from settings variable too.
The text was updated successfully, but these errors were encountered:
I try to use this, but in fact settings var that was initialized in docker container doesn't change.
conftest.py
settings.py
I tried to use
pytest_configure
. It doesn't work too. Just passing of settings fixture to the test doesn't work for me, because initialization of data appears afterdjango_db_blocker.unblock()
by signal and depends from settings variable too.The text was updated successfully, but these errors were encountered: