diff options
Diffstat (limited to 'contrib/python')
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/* |
