I use Pytest 3.6.4. When I import `from pytest_selenium import pytest_selenium` and then use `pytest_selenium` in conftest.py I get `PluginValidationError: unknown hook`. This error has been also encountered by some users: * https://github.com/jantman/biweeklybudget/commit/81845710a0b8ef4574e1516ab1a583f65459259b * https://github.com/pytest-dev/pytest-django/issues/607 * https://github.com/shawnbrown/datatest/commit/5ad76f3171f159d678cf271625cd833fdd031c5a How is one expected to deal with it?