File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
contrib/python/allure-pytest Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
Name: allure-pytest
3
- Version: 2.13.5
3
+ Version: 2.14.0
4
4
Summary: Allure pytest integration
5
5
Home-page: https://allurereport.org/
6
6
Author: Qameta Software Inc., Stanislav Seliverstov
@@ -17,15 +17,26 @@ Classifier: Topic :: Software Development :: Quality Assurance
17
17
Classifier: Topic :: Software Development :: Testing
18
18
Classifier: Programming Language :: Python :: 3
19
19
Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.7
21
20
Classifier: Programming Language :: Python :: 3.8
22
21
Classifier: Programming Language :: Python :: 3.9
23
22
Classifier: Programming Language :: Python :: 3.10
24
23
Classifier: Programming Language :: Python :: 3.11
25
24
Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
26
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
29
40
30
41
## Allure Pytest Plugin
31
42
Original file line number Diff line number Diff line change 2
2
3
3
PY3_LIBRARY()
4
4
5
- VERSION(2.13.5 )
5
+ VERSION(2.14.0 )
6
6
7
7
LICENSE(Apache-2.0)
8
8
You can’t perform that action at this time.
0 commit comments