diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-18 18:34:53 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-18 19:15:10 +0300 |
commit | 5096fb1f76f01fa72892ee005e0bb37d9a8efbe3 (patch) | |
tree | 8442a702b39cff330c80d0f05f079a8affcbcb67 | |
parent | 983334ba5ab592193947f3497f25a44bfa74de8e (diff) | |
download | ydb-5096fb1f76f01fa72892ee005e0bb37d9a8efbe3.tar.gz |
Require explicit license for PY3_TEST inside contrib/
-rw-r--r-- | build/conf/python.conf | 1 |
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() } } |