diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-18 14:16:40 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-18 14:46:18 +0300 |
commit | 51b1b030fb3a3bee4b5f73880701f4ca0ee2b727 (patch) | |
tree | d148fd04fa90fe2760dc07016910fe84ab340801 /build | |
parent | f9c6de928b8fc9f18206ef247aeb56127adb3107 (diff) | |
download | ydb-51b1b030fb3a3bee4b5f73880701f4ca0ee2b727.tar.gz |
Require explicit license for PY23_TEST inside contrib/
Diffstat (limited to 'build')
-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 f48eddac95..7859fe5ec4 100644 --- a/build/conf/python.conf +++ b/build/conf/python.conf @@ -1036,7 +1036,6 @@ multimodule PY23_TEST { module PY3TEST_LIBRARY: PY3_LIBRARY { .RESTRICTED=RUN_ANTLR4_PYTHON PEERDIR+=library/python/pytest - _REQUIRE_EXPLICIT_LICENSE() RUN_CYTHON_SCRIPT_H=$YMAKE_PYTHON $CYTHON_SCRIPT } } |