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
Be more careful to not load Django when settings is not properly
configured.
When another plugin(or conftest) imports Django, there might be errors
arising. Importing Django before pytest-django has the chance to
configure settings and call django.setup() may be an error, but it may
also be correct depending on what gets imported.
This commit closespytest-dev#289.
0 commit comments