tests: Remove no longer used conftest files

All the fixtures declared in them are not used anymore in the
tests of the listers ported to the new Lister API.
This commit is contained in:
tenma 2021-01-26 16:37:27 +01:00
parent 97254a19f2
commit 6cd31769c1
7 changed files with 0 additions and 162 deletions

View file

@ -1,11 +0,0 @@
# Copyright (C) 2019-2021 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
@pytest.fixture
def lister_under_test():
return "npm"