diff options
author | prettyboy <prettyboy@yandex-team.com> | 2024-02-08 18:00:13 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:19:00 +0300 |
commit | 313a84b304b149a50751ae90d4c4e622bc5f1451 (patch) | |
tree | a2ebc15f983c8bc677fef2684cf0d3be27269efb /build | |
parent | e02f4f402ccb83a0b8b67f55592217caa15cbfa3 (diff) | |
download | ydb-313a84b304b149a50751ae90d4c4e622bc5f1451.tar.gz |
[devtools/ya/test] Removed unused PyTestScriptSuite
Diffstat (limited to 'build')
-rw-r--r-- | build/plugins/ytest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index a98fb4cb21..21149442b0 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -280,9 +280,6 @@ def validate_test(unit, kw): tags.add(consts.YaTestTags.External) tags.add("ya:yt_research_pool") - if valid_kw.get("USE_ARCADIA_PYTHON") == "yes" and valid_kw.get("SCRIPT-REL-PATH") == "py.test": - errors.append("PYTEST_SCRIPT is deprecated") - partition = valid_kw.get('TEST_PARTITION', 'SEQUENTIAL') if partition not in PARTITION_MODS: raise ValueError('partition mode should be one of {}, detected: {}'.format(PARTITION_MODS, partition)) |