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
Hi! I am using pytest-dotenv, but it installs python-doenv by default and can't work without it. So, I have error when run django AttributeError: module 'dotenv' has no attribute 'read_dotenv'. Did you mean: 'load_dotenv'?. When run tests, all is fine.
What could you offer to prevent it?
The text was updated successfully, but these errors were encountered:
Hi! I am using
pytest-dotenv
, but it installspython-doenv
by default and can't work without it. So, I have error when rundjango AttributeError: module 'dotenv' has no attribute 'read_dotenv'. Did you mean: 'load_dotenv'?
. When run tests, all is fine.What could you offer to prevent it?
The text was updated successfully, but these errors were encountered: