Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec: avoid coverage and tox dependencies #225

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

yselkowitz
Copy link
Contributor

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.

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
Copy link
Member

Honny1 commented Jan 30, 2024

LGTM, Thanks.

@Honny1 Honny1 merged commit ae91b05 into OpenSCAP:main Jan 30, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants