Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDMODbe8f1a559d82: Adapt cli declaration entrypoint to swh.core 0.3
Diff Detail
Diff Detail
- Repository
- rDMOD Data model
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D4051 (id=14277)
Rebasing onto e0b4b9464a...
Current branch diff-target is up to date.
Changes applied before test
commit cb5348ac332c2cbb3cb7a0ee8c8d10e4527d0ef7
Author: David Douard <david.douard@sdfa3.org>
Date: Wed Sep 23 17:52:14 2020 +0200
Adapt cli declaration entrypoint to swh.core 0.3See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/137/ for more details.
| pytest.ini | ||
|---|---|---|
| 2 | heh right, stop "autoload that "thing" or something ;) | |
Comment Actions
Build is green
Patch application report for D4051 (id=14280)
Rebasing onto e0b4b9464a...
Current branch diff-target is up to date.
Changes applied before test
commit bfbd72a468c24e66dca3f18159e03dfa8924b73c
Author: David Douard <david.douard@sdfa3.org>
Date: Wed Sep 23 17:52:14 2020 +0200
Adapt cli declaration entrypoint to swh.core 0.3
The addition of '-p no:pytest_swh_core' in pytest.ini is needed to
prevent pytest from loading the pytest_swh_core plugin which we do not
need here and which would require some more dependencies (e.g.
requests).See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/138/ for more details.
Comment Actions
and with the pytest.ini hunk we don't need a (non working) dependency on swh.core[testing]
Comment Actions
Build is green
Patch application report for D4051 (id=14282)
Rebasing onto e0b4b9464a...
Current branch diff-target is up to date.
Changes applied before test
commit be8f1a559d8209710a08ca48d93b7f513fa1c42f
Author: David Douard <david.douard@sdfa3.org>
Date: Wed Sep 23 17:52:14 2020 +0200
Adapt cli declaration entrypoint to swh.core 0.3
The addition of '-p no:pytest_swh_core' in pytest.ini is needed to
prevent pytest from loading the pytest_swh_core plugin which we do not
need here and which would require some more dependencies (e.g.
requests).See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/139/ for more details.