aboutsummaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-16 14:46:18 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-16 14:46:18 +0300
commit2f8ea7e2648c1624b5c1af79efe506096c4ce519 (patch)
tree6d3fdfa9d3804e62b6653d7750bed1179e52f4e5 /library/python
parent91baa58196a4f481f246c747dc20c9b25ff96cb4 (diff)
downloadydb-2f8ea7e2648c1624b5c1af79efe506096c4ce519.tar.gz
intermediate changes
ref:e91b0f9a6dec6990c5770860c0d8a8e7468727d2
Diffstat (limited to 'library/python')
-rw-r--r--library/python/pytest/plugins/ya.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/library/python/pytest/plugins/ya.py b/library/python/pytest/plugins/ya.py
index 1bde03042d..1f1bf4cb59 100644
--- a/library/python/pytest/plugins/ya.py
+++ b/library/python/pytest/plugins/ya.py
@@ -247,10 +247,6 @@ def pytest_configure(config):
if envvar + '_ORIGINAL' in os.environ:
os.environ[envvar] = os.environ[envvar + '_ORIGINAL']
- if config.option.root_dir:
- config.rootdir = py.path.local(config.option.root_dir)
- config.invocation_params = attr.evolve(config.invocation_params, dir=config.rootdir)
-
extra_sys_path = []
# Arcadia paths from the test DEPENDS section of ya.make
extra_sys_path.append(os.path.join(config.option.source_root, config.option.project_path))