| [metadata] |
| name = rp-reporter |
| summary = Reporting test results to the Report Portal |
| description_file = README.md |
| license = Apache Software License |
| author = mirantis |
| author_email = harhipova@mirantis.com |
| version = 1.0.0 |
| |
| [files] |
| packages = rp_reporter |
| |
| [options] |
| install_requires = |
| xunitparser |
| reportportal-client>=5.6.2 |
| PyYAML |
| wget |
| jenkins-jinny[minimal] @ git+https://github.com/annkapul/jenkins-jinny.git |
| |
| [extras] |
| test = |
| flake8<3.8 |
| black |
| |
| [options.entry_points] |
| console_scripts = |
| rp-reporter = rp_reporter.batch_reporter:cli |