quiqua / pytest-dotenv

A py.test plugin that parses environment files before running tests
MIT License
183 stars 18 forks source link

Entrypoint collides with other pytest plugins #13

Closed desolat closed 4 years ago

desolat commented 4 years ago

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.

quiqua commented 4 years ago

A new version 0.5.1 has been uploaded :)