The pytest entry_point used for pytest-dotenv is named "env" and thus does collide with other pytest plugins e.g. pytest-env. Thus only one of these plugins can be installed and used.
I'd suggest using the specific plugin name "dotenv" for the pytest entry_point. This is also suggested in the pytest documentation.
The pytest
entry_point
used for pytest-dotenv is named "env" and thus does collide with other pytest plugins e.g. pytest-env. Thus only one of these plugins can be installed and used.I'd suggest using the specific plugin name "dotenv" for the pytest
entry_point
. This is also suggested in the pytest documentation.