aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-09-18 18:34:53 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-09-18 19:15:10 +0300
commit5096fb1f76f01fa72892ee005e0bb37d9a8efbe3 (patch)
tree8442a702b39cff330c80d0f05f079a8affcbcb67
parent983334ba5ab592193947f3497f25a44bfa74de8e (diff)
downloadydb-5096fb1f76f01fa72892ee005e0bb37d9a8efbe3.tar.gz
Require explicit license for PY3_TEST inside contrib/
-rw-r--r--build/conf/python.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf
index 7859fe5ec4..af86ef4724 100644
--- a/build/conf/python.conf
+++ b/build/conf/python.conf
@@ -334,7 +334,6 @@ multimodule PY3TEST {
module PY3TEST_LIBRARY: PY3_LIBRARY {
PEERDIR+=library/python/pytest
- _REQUIRE_EXPLICIT_LICENSE()
}
}