OpenSCAP / openscap-report

Tool for generating a report from results of oscap scan.
Other
19 stars 9 forks source link

spec: avoid coverage and tox dependencies #225

Closed yselkowitz closed 8 months ago

yselkowitz commented 8 months ago

The Fedora Python packaging guidelines exclude coverage checks as used in this package's tox.ini:

https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters

Furthermore, RHEL does not include tox, but even in Fedora it does not add much value relative to its dependencies. Calling %pytest directly is simpler and more conformant.

Honny1 commented 8 months ago

LGTM, Thanks.