Page MenuHomeSoftware Heritage

Use the new names for the swh.scheduler test fixtures
ClosedPublic

Authored by olasd on Jul 9 2020, 5:16 PM.

Details

Summary

Allows us to move on from importing * from other modules' conftest.py.
This will also let us stop exporting the swh.scheduler pytest fixture by
default.

Test Plan

tox tests pass

Diff Detail

Repository
rDLS Listers
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 D3480 (id=12311)

Rebasing onto 014c446d05...

Current branch diff-target is up to date.
Changes applied before test
commit c9963d4302b93c58b60800b058a2c66a10a6fa7e
Author: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date:   Thu Jul 9 12:14:42 2020 +0200

    Use the new names for the swh.scheduler test fixtures

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

This revision is now accepted and ready to land.Jul 9 2020, 5:24 PM
pytest.ini
3

ugh, that part is surprising ¯\_(ツ)_/¯

pytest.ini
3

ah but yeah!
right now we expose the pytest-plugin through setupentry both in scheduler and storage.
We'll be able to remove it when we stop doing that (soon hopefully ;)

3

setuptool entry*...