Page MenuHomeSoftware Heritage

Adapt cli declaration entrypoint to swh.core 0.3
ClosedPublic

Authored by douardda on Sep 25 2020, 3:15 PM.

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

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.3

See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/137/ for more details.

This revision is now accepted and ready to land.Sep 25 2020, 3:19 PM

add a precision in the ci message for the pytest.ini hunk

pytest.ini
2

heh right, stop "autoload that "thing" or something ;)

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.

and with the pytest.ini hunk we don't need a (non working) dependency on swh.core[testing]

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.