Make pytest plugin optional and provide it in a separate extra requires
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.
Merge request reports
Activity
assigned to @olasd
requested review from @vlorentz
Jenkins job DJNL/gitlab-builds #112 failed in 37 sec.
See Console Output, Blue Ocean and Coverage Report for more details.added 1 commit
- 8c63471d - Make pytest plugin optional and provide it in a separate extra requires
Jenkins job DJNL/gitlab-builds #113 succeeded in 4 min 54 sec.
See Console Output, Blue Ocean and Coverage Report for more details.
Please register or sign in to reply