Make pytest plugin optional and provide it in a separate extra requires
Compare changes
Files
3
conftest.py
0 → 100644
+ 6
− 0
This allows tests that require the pytest plugin to depend on
swh.journal[pytest]
rather than the full swh.journal[testing]
. It
also avoids importing the whole kafka suite as soon as swh.journal is
installed.