summaryrefslogtreecommitdiffstats
path: root/library/python/pytest/plugins
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-02-06 18:04:04 +0300
committerrobot-piglet <[email protected]>2026-02-06 19:43:50 +0300
commit758137d5381cc360421c90825bbcff9490f698c4 (patch)
tree6f60e6db892a3d59426d3eda6546460c17b4b589 /library/python/pytest/plugins
parent2ddbdb65c0acf216997564126f3f3f4f015d7004 (diff)
Intermediate changes
commit_hash:525c32eb93ddaea7b409248280f0871fb5fd788d
Diffstat (limited to 'library/python/pytest/plugins')
-rw-r--r--library/python/pytest/plugins/conftests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/python/pytest/plugins/conftests.py b/library/python/pytest/plugins/conftests.py
index 7d8c13d93ee..d5c0a4f1947 100644
--- a/library/python/pytest/plugins/conftests.py
+++ b/library/python/pytest/plugins/conftests.py
@@ -11,7 +11,6 @@ import pytest
from library.python.pytest.plugins.fixtures import metrics, links # noqa
from library.python.pytest import module_utils
import yatest.common
-import yatest_lib.ya
ConftestInfo = collections.namedtuple('ConftestInfo', ['module_name', 'proper_path'])
LoadedConftestInfo = collections.namedtuple('LoadedConftestInfo', ['conftest_dir', 'module'])
@@ -81,8 +80,6 @@ _conftest_modules = []
def pytest_load_initial_conftests(early_config):
pluginmanager = early_config.pluginmanager
- yatest.common.runtime._set_ya_config(ya=yatest_lib.ya.Ya())
-
conftests = filter(lambda name: name.endswith('.conftest'), getattr(sys, 'extra_modules', []))
if os.getenv('CONFTEST_LOAD_POLICY') == 'LOCAL':