diff options
author | shadchin <shadchin@yandex-team.com> | 2024-04-30 10:41:36 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2024-04-30 10:52:42 +0300 |
commit | e8eb833d0f435024959684eaabe6d40df18c7359 (patch) | |
tree | befc7054aff0f45c4b4bd7cbe123a079171688b8 | |
parent | 3b6497ad5e5857f87f0ddbade0e406cf4eea53de (diff) | |
download | ydb-e8eb833d0f435024959684eaabe6d40df18c7359.tar.gz |
Add NO_LINT
aec0e7a0022ca6979e6caf0e1abd66d9c0d3ad59
-rw-r--r-- | contrib/python/botocore/py2/tests/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/botocore/py2/tests/ya.make b/contrib/python/botocore/py2/tests/ya.make index 6f37af111c..ccc32a5d1d 100644 --- a/contrib/python/botocore/py2/tests/ya.make +++ b/contrib/python/botocore/py2/tests/ya.make @@ -1,5 +1,7 @@ PY2TEST() +NO_LINT() + TEST_SRCS( SQS-119.py ) |