fix double-registered pytest plugin
The pytest plugin is already loaded via the entry point, so explicitly declaring it in conftest causes a duplicate registration error.
This commit is contained in:
The pytest plugin is already loaded via the entry point, so explicitly declaring it in conftest causes a duplicate registration error.