Browse Source

intermediate changes
ref:aa9eb26ab5d61efffeeeaa30604ba25d9f1423b1

arcadia-devtools 2 years ago
parent
commit
da14acabe4

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
contrib/python/jmespath/py2/.yandex_meta/yamaker.yaml

@@ -1,2 +1,2 @@
 keep:
-- tests/.+
+- tests/*

+ 1 - 1
contrib/python/jmespath/py3/.yandex_meta/yamaker.yaml

@@ -1,2 +1,2 @@
 keep:
-- tests/.+
+- tests/*

+ 2 - 2
contrib/python/pluggy/py3/.yandex_meta/yamaker.yaml

@@ -1,4 +1,4 @@
 exclude:
-- testing/.+
+- testing/*
 keep:
-- tests/.+
+- tests/*

+ 1 - 1
contrib/python/s3transfer/py2/.yandex_meta/yamaker.yaml

@@ -1,2 +1,2 @@
 exclude:
-- tests/integration/.+
+- tests/integration/*

+ 1 - 1
contrib/python/s3transfer/py3/.yandex_meta/yamaker.yaml

@@ -1,2 +1,2 @@
 exclude:
-- tests/integration/.+
+- tests/integration/*