pytest: Define plugin and declare it in the root conftest

Then drop all unneeded and indirect imports
This commit is contained in:
Antoine R. Dumont (@ardumont) 2020-09-01 17:43:01 +02:00
parent e99d3464e4
commit 9437a643ad
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8
16 changed files with 9 additions and 39 deletions

View file

@ -1,12 +1,10 @@
# Copyright (C) 2019 The Software Heritage developers
# Copyright (C) 2019-2020 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
import pytest
from swh.lister.core.tests.conftest import * # noqa
@pytest.fixture
def lister_packagist(swh_listers):