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
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Thinking we should stop using pytest-dotenv altogether and load all env_files specified in config ourselves in the plugin. That should take the plugin ordering out of the equation altogether.
Keep the same API for specifying dotenv files in pyproject as pytest-dotenv.
Only load files specified in pyproject.toml or default, without overwriting existing.
We can have instructions on how to use the plugin alongside pytest-env in the docs.
The text was updated successfully, but these errors were encountered:
Thinking we should stop using pytest-dotenv altogether and load all
env_files
specified in config ourselves in the plugin. That should take the plugin ordering out of the equation altogether.Keep the same API for specifying dotenv files in pyproject as pytest-dotenv.
Only load files specified in pyproject.toml or default, without overwriting existing.
We can have instructions on how to use the plugin alongside pytest-env in the docs.
The text was updated successfully, but these errors were encountered: