Use swh.core.github.pytest_plugin in github tests

Related to T4232
This commit is contained in:
Antoine R. Dumont (@ardumont) 2022-05-20 15:59:13 +02:00
parent aa8c8cb3bc
commit 2ffe9c2aea
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8
5 changed files with 11 additions and 348 deletions

View file

@ -1,10 +1,10 @@
# Copyright (C) 2020-2021 The Software Heritage developers
# Copyright (C) 2020-2022 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 os
pytest_plugins = ["swh.scheduler.pytest_plugin"]
pytest_plugins = ["swh.scheduler.pytest_plugin", "swh.core.github.pytest_plugin"]
os.environ["LC_ALL"] = "C.UTF-8"