Skip to content
Snippets Groups Projects

Make pytest plugin optional and provide it in a separate extra requires

Merged Nicolas Dandrimont requested to merge olasd/swh-journal:mr/split-pytest-plugin into master
3 files
+ 13
4
Compare changes
  • Side-by-side
  • Inline
Files
3
conftest.py 0 → 100644
+ 6
0
# Copyright (C) 2025 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
pytest_plugins = ["swh.journal.pytest_plugin"]
Loading