aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/thrift/py2/tests/ya.make
diff options
context:
space:
mode:
authorhcpp <hcpp@ydb.tech>2024-05-14 11:31:57 +0300
committerhcpp <hcpp@ydb.tech>2024-05-14 11:46:23 +0300
commitd7d36caff079ed14f6dada5814fa44fe3e65660d (patch)
tree22559e3b014878edbb1a441cbe2692cd77814b9a /contrib/python/thrift/py2/tests/ya.make
parentfff706dcb95eba6ac76c2b678ba8d1eb80cf2f20 (diff)
downloadydb-d7d36caff079ed14f6dada5814fa44fe3e65660d.tar.gz
thrift and hivemetastore deps
f0dea5cb9a28a8ea001e30f6c2e20e850bda4cd8
Diffstat (limited to 'contrib/python/thrift/py2/tests/ya.make')
-rw-r--r--contrib/python/thrift/py2/tests/ya.make20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/python/thrift/py2/tests/ya.make b/contrib/python/thrift/py2/tests/ya.make
new file mode 100644
index 0000000000..b54641ca04
--- /dev/null
+++ b/contrib/python/thrift/py2/tests/ya.make
@@ -0,0 +1,20 @@
+PY2TEST()
+
+PEERDIR(
+ contrib/python/thrift
+ contrib/python/tornado
+)
+
+DATA(
+ arcadia/contrib/python/thrift/py2/tests/keys
+)
+
+TEST_SRCS(
+ test_socket.py
+ test_sslsocket.py
+ thrift_json.py
+)
+
+NO_LINT()
+
+END()