aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-01-10 12:22:32 +0100
committerGitHub <noreply@github.com>2024-01-10 12:22:32 +0100
commit192598f1bfc2c72a92fb55d5722ab56c4e69585c (patch)
treef119164816e4f2c7f8e7c732040aed44912a07f0
parenta3823341f85b7688833c42c15759d48a1b3bf790 (diff)
downloadydb-192598f1bfc2c72a92fb55d5722ab56c4e69585c.tar.gz
Remove devtools folder (#895)
-rwxr-xr-x.github/check_dirs.sh1
-rw-r--r--devtools/ya/test/const/__init__.py1
-rw-r--r--devtools/ya/test/const/ya.make14
3 files changed, 0 insertions, 16 deletions
diff --git a/.github/check_dirs.sh b/.github/check_dirs.sh
index 6ab47851cb..a72db06a7a 100755
--- a/.github/check_dirs.sh
+++ b/.github/check_dirs.sh
@@ -17,7 +17,6 @@ declare -A top_dirs=(
[scripts/]=1,
[yt/]=1,
[vendor/]=1,
- [devtools/]=1,
)
cd $GIT_URL
diff --git a/devtools/ya/test/const/__init__.py b/devtools/ya/test/const/__init__.py
deleted file mode 100644
index 13f770a014..0000000000
--- a/devtools/ya/test/const/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from build.plugins.lib.test_const import * # noqa: F401, F403
diff --git a/devtools/ya/test/const/ya.make b/devtools/ya/test/const/ya.make
deleted file mode 100644
index e495887db7..0000000000
--- a/devtools/ya/test/const/ya.make
+++ /dev/null
@@ -1,14 +0,0 @@
-PY23_LIBRARY()
-
-PEERDIR(
- build/plugins/lib/test_const
-)
-
-STYLE_PYTHON()
-
-PY_SRCS(
- NAMESPACE test.const
- __init__.py
-)
-
-END()