diff options
| author | maxim-yurchuk <[email protected]> | 2024-10-09 12:29:46 +0300 |
|---|---|---|
| committer | maxim-yurchuk <[email protected]> | 2024-10-09 13:14:22 +0300 |
| commit | 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (patch) | |
| tree | a8fb3181d5947c0d78cf402aa56e686130179049 /contrib/python/jmespath/py3 | |
| parent | a44b779cd359f06c3ebbef4ec98c6b38609d9d85 (diff) | |
publishFullContrib: true for ydb
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
Diffstat (limited to 'contrib/python/jmespath/py3')
| -rw-r--r-- | contrib/python/jmespath/py3/.yandex_meta/yamaker.yaml | 2 | ||||
| -rw-r--r-- | contrib/python/jmespath/py3/patches/01-fix-tests.patch | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/contrib/python/jmespath/py3/.yandex_meta/yamaker.yaml b/contrib/python/jmespath/py3/.yandex_meta/yamaker.yaml new file mode 100644 index 00000000000..e1217f0accc --- /dev/null +++ b/contrib/python/jmespath/py3/.yandex_meta/yamaker.yaml @@ -0,0 +1,2 @@ +keep: + - tests/* diff --git a/contrib/python/jmespath/py3/patches/01-fix-tests.patch b/contrib/python/jmespath/py3/patches/01-fix-tests.patch new file mode 100644 index 00000000000..42d1697a934 --- /dev/null +++ b/contrib/python/jmespath/py3/patches/01-fix-tests.patch @@ -0,0 +1,12 @@ +--- contrib/python/jmespath/py3/tests/test_compliance.py (index) ++++ contrib/python/jmespath/py3/tests/test_compliance.py (working tree) +@@ -3,2 +3,2 @@ +-from tests import OrderedDict +-from tests import json ++from . import OrderedDict ++from . import json +--- contrib/python/jmespath/py3/tests/test_parser.py (index) ++++ contrib/python/jmespath/py3/tests/test_parser.py (working tree) +@@ -6,1 +6,1 @@ import re +-from tests import unittest, OrderedDict ++from . import unittest, OrderedDict |
