Skip to content

Commit a07e3cc

Browse files
committed
Intermediate changes
commit_hash:fcb027f4a23dea5e47514a36b08ebf2656a3de26
1 parent 794bfc5 commit a07e3cc

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

contrib/python/allure-pytest/.dist-info/METADATA

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Metadata-Version: 2.1
1+
Metadata-Version: 2.4
22
Name: allure-pytest
3-
Version: 2.13.5
3+
Version: 2.14.0
44
Summary: Allure pytest integration
55
Home-page: https://allurereport.org/
66
Author: Qameta Software Inc., Stanislav Seliverstov
@@ -17,15 +17,26 @@ Classifier: Topic :: Software Development :: Quality Assurance
1717
Classifier: Topic :: Software Development :: Testing
1818
Classifier: Programming Language :: Python :: 3
1919
Classifier: Programming Language :: Python :: 3 :: Only
20-
Classifier: Programming Language :: Python :: 3.7
2120
Classifier: Programming Language :: Python :: 3.8
2221
Classifier: Programming Language :: Python :: 3.9
2322
Classifier: Programming Language :: Python :: 3.10
2423
Classifier: Programming Language :: Python :: 3.11
2524
Classifier: Programming Language :: Python :: 3.12
25+
Classifier: Programming Language :: Python :: 3.13
2626
Description-Content-Type: text/markdown
27-
Requires-Dist: pytest >=4.5.0
28-
Requires-Dist: allure-python-commons ==2.13.5
27+
Requires-Dist: pytest>=4.5.0
28+
Requires-Dist: allure-python-commons==2.14.0
29+
Dynamic: author
30+
Dynamic: author-email
31+
Dynamic: classifier
32+
Dynamic: description
33+
Dynamic: description-content-type
34+
Dynamic: home-page
35+
Dynamic: keywords
36+
Dynamic: license
37+
Dynamic: project-url
38+
Dynamic: requires-dist
39+
Dynamic: summary
2940

3041
## Allure Pytest Plugin
3142

contrib/python/allure-pytest/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PY3_LIBRARY()
44

5-
VERSION(2.13.5)
5+
VERSION(2.14.0)
66

77
LICENSE(Apache-2.0)
88

0 commit comments

Comments
 (0)