Skip to content

Stop bundling tests folder in openscap-report package #255

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

Open
ggbecker opened this issue Apr 7, 2025 · 0 comments
Open

Stop bundling tests folder in openscap-report package #255

ggbecker opened this issue Apr 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ggbecker
Copy link
Member

ggbecker commented Apr 7, 2025

Stop bundling tests folder in openscap-report, it conflicts with tests module from ComplianceAsCode/content.
If you install openscap-report and try to run automatus test, it might conflict because the automatus tests has a python package called tests, the same that is shipped with openscap-report.

You can see below when uninstalling the openscap-report is lists the a directory in the root of site-packages with the name tests

pip uninstall openscap-report
Found existing installation: openscap-report 1.0.0
Uninstalling openscap-report-1.0.0:
  Would remove:
	/home/vscode/.local/bin/oscap-report
	/home/vscode/.local/lib/python3.10/site-packages/openscap_report-1.0.0.dist-info/*
	/home/vscode/.local/lib/python3.10/site-packages/openscap_report/*
	/home/vscode/.local/lib/python3.10/site-packages/tests/*
Proceed (Y/n)?
@ggbecker ggbecker added the bug Something isn't working label Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant