Use swh.core.github.pytest_plugin in github tests
Related to T4232
This commit is contained in:
parent
aa8c8cb3bc
commit
2ffe9c2aea
5 changed files with 11 additions and 348 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue