diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-04 20:46:45 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-04 20:46:45 +0300 |
commit | da14acabe46c54a078a798be58577da2a78d224f (patch) | |
tree | baaa5a41598c6e1e49d7faca14a47858d80391d4 | |
parent | 704f0b833b7e8ea1b65e8613e1fb114cf13c1b1a (diff) | |
download | ydb-da14acabe46c54a078a798be58577da2a78d224f.tar.gz |
intermediate changes
ref:aa9eb26ab5d61efffeeeaa30604ba25d9f1423b1
7 files changed, 8 insertions, 8 deletions
diff --git a/contrib/python/botocore/py2/.yandex_meta/yamaker.yaml b/contrib/python/botocore/py2/.yandex_meta/yamaker.yaml index bb413c6ab0a..ec5f746b951 100644 --- a/contrib/python/botocore/py2/.yandex_meta/yamaker.yaml +++ b/contrib/python/botocore/py2/.yandex_meta/yamaker.yaml @@ -4,6 +4,6 @@ additional_requirements: - library/python/resource exclude: - botocore/vendored/six.py -- tests/.+ +- tests/* keep: - tests/SQS-119.py diff --git a/contrib/python/botocore/py3/.yandex_meta/yamaker.yaml b/contrib/python/botocore/py3/.yandex_meta/yamaker.yaml index bb413c6ab0a..ec5f746b951 100644 --- a/contrib/python/botocore/py3/.yandex_meta/yamaker.yaml +++ b/contrib/python/botocore/py3/.yandex_meta/yamaker.yaml @@ -4,6 +4,6 @@ additional_requirements: - library/python/resource exclude: - botocore/vendored/six.py -- tests/.+ +- tests/* keep: - tests/SQS-119.py diff --git a/contrib/python/jmespath/py2/.yandex_meta/yamaker.yaml b/contrib/python/jmespath/py2/.yandex_meta/yamaker.yaml index 24449849208..0ce0fcab690 100644 --- a/contrib/python/jmespath/py2/.yandex_meta/yamaker.yaml +++ b/contrib/python/jmespath/py2/.yandex_meta/yamaker.yaml @@ -1,2 +1,2 @@ keep: -- tests/.+ +- tests/* diff --git a/contrib/python/jmespath/py3/.yandex_meta/yamaker.yaml b/contrib/python/jmespath/py3/.yandex_meta/yamaker.yaml index 24449849208..0ce0fcab690 100644 --- a/contrib/python/jmespath/py3/.yandex_meta/yamaker.yaml +++ b/contrib/python/jmespath/py3/.yandex_meta/yamaker.yaml @@ -1,2 +1,2 @@ keep: -- tests/.+ +- tests/* diff --git a/contrib/python/pluggy/py3/.yandex_meta/yamaker.yaml b/contrib/python/pluggy/py3/.yandex_meta/yamaker.yaml index cc9bf9c1221..52aaf8c2490 100644 --- a/contrib/python/pluggy/py3/.yandex_meta/yamaker.yaml +++ b/contrib/python/pluggy/py3/.yandex_meta/yamaker.yaml @@ -1,4 +1,4 @@ exclude: -- testing/.+ +- testing/* keep: -- tests/.+ +- tests/* diff --git a/contrib/python/s3transfer/py2/.yandex_meta/yamaker.yaml b/contrib/python/s3transfer/py2/.yandex_meta/yamaker.yaml index f2f140fb3ce..18eee88537b 100644 --- a/contrib/python/s3transfer/py2/.yandex_meta/yamaker.yaml +++ b/contrib/python/s3transfer/py2/.yandex_meta/yamaker.yaml @@ -1,2 +1,2 @@ exclude: -- tests/integration/.+ +- tests/integration/* diff --git a/contrib/python/s3transfer/py3/.yandex_meta/yamaker.yaml b/contrib/python/s3transfer/py3/.yandex_meta/yamaker.yaml index f2f140fb3ce..18eee88537b 100644 --- a/contrib/python/s3transfer/py3/.yandex_meta/yamaker.yaml +++ b/contrib/python/s3transfer/py3/.yandex_meta/yamaker.yaml @@ -1,2 +1,2 @@ exclude: -- tests/integration/.+ +- tests/integration/* |