diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2025-02-11 09:24:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 09:24:24 +0000 |
commit | 045e4e6cbc1c455a87f223a98aec9dcadd773f8f (patch) | |
tree | 15ca771eddd1c78a743c94824730344821ea13bb | |
parent | b50302c0a6ab223b71915da080138e15bc220516 (diff) | |
download | ydb-045e4e6cbc1c455a87f223a98aec9dcadd773f8f.tar.gz |
Remove pandas from scenario test (#14419)
-rw-r--r-- | ydb/tests/olap/scenario/ya.make | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/tests/olap/scenario/ya.make b/ydb/tests/olap/scenario/ya.make index 2ee9c60e9a..d8d43c2804 100644 --- a/ydb/tests/olap/scenario/ya.make +++ b/ydb/tests/olap/scenario/ya.make @@ -21,7 +21,6 @@ PY3TEST() contrib/python/allure-pytest contrib/python/allure-python-commons contrib/python/boto3 - contrib/python/pandas contrib/python/requests contrib/python/moto contrib/python/Flask |