diff options
author | prettyboy <prettyboy@yandex-team.com> | 2022-09-25 13:06:29 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2022-09-25 13:06:29 +0300 |
commit | a56f9bf1dd89a3bf9b12b3075311c0c93e84fbb2 (patch) | |
tree | 1471279703beb18e586d8aad8d1fabe5ded1182b /library/python/pytest | |
parent | e14c5ad0a3b4044dab6d6c9aad1d5d76360494a7 (diff) | |
download | ydb-a56f9bf1dd89a3bf9b12b3075311c0c93e84fbb2.tar.gz |
[library/python/testing/yatest_common] Relaxed runtime methods for non-standalone runs
Diffstat (limited to 'library/python/pytest')
-rw-r--r-- | library/python/pytest/plugins/ya.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/python/pytest/plugins/ya.py b/library/python/pytest/plugins/ya.py index 715d24ce5b..b641b26c0c 100644 --- a/library/python/pytest/plugins/ya.py +++ b/library/python/pytest/plugins/ya.py @@ -192,8 +192,6 @@ def pytest_configure(config): config.option.continue_on_collection_errors = True - config.addinivalue_line("markers", "ya:external") - config.from_ya_test = from_ya_test() config.test_logs = collections.defaultdict(dict) config.test_metrics = {} |