diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-04-18 07:53:17 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-04-18 08:03:18 +0300 |
commit | a07e3ccc066d5d6104c2ff47fa92a5cb6600792b (patch) | |
tree | f7b3c2f3c7c457402697e4b0c080445d36cdd7c5 /contrib/python | |
parent | 794bfc553e78c09c6b275acbf5a71c62c722df1a (diff) | |
download | ydb-a07e3ccc066d5d6104c2ff47fa92a5cb6600792b.tar.gz |
Intermediate changes
commit_hash:fcb027f4a23dea5e47514a36b08ebf2656a3de26
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/allure-pytest/.dist-info/METADATA | 21 | ||||
-rw-r--r-- | contrib/python/allure-pytest/ya.make | 2 |
2 files changed, 17 insertions, 6 deletions
diff --git a/contrib/python/allure-pytest/.dist-info/METADATA b/contrib/python/allure-pytest/.dist-info/METADATA index 475b8580875..069d5d6901e 100644 --- a/contrib/python/allure-pytest/.dist-info/METADATA +++ b/contrib/python/allure-pytest/.dist-info/METADATA @@ -1,6 +1,6 @@ -Metadata-Version: 2.1 +Metadata-Version: 2.4 Name: allure-pytest -Version: 2.13.5 +Version: 2.14.0 Summary: Allure pytest integration Home-page: https://allurereport.org/ Author: Qameta Software Inc., Stanislav Seliverstov @@ -17,15 +17,26 @@ Classifier: Topic :: Software Development :: Quality Assurance Classifier: Topic :: Software Development :: Testing Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only -Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 Description-Content-Type: text/markdown -Requires-Dist: pytest >=4.5.0 -Requires-Dist: allure-python-commons ==2.13.5 +Requires-Dist: pytest>=4.5.0 +Requires-Dist: allure-python-commons==2.14.0 +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: description-content-type +Dynamic: home-page +Dynamic: keywords +Dynamic: license +Dynamic: project-url +Dynamic: requires-dist +Dynamic: summary ## Allure Pytest Plugin diff --git a/contrib/python/allure-pytest/ya.make b/contrib/python/allure-pytest/ya.make index 68c2880e5d2..f3530d05674 100644 --- a/contrib/python/allure-pytest/ya.make +++ b/contrib/python/allure-pytest/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(2.13.5) +VERSION(2.14.0) LICENSE(Apache-2.0) |