You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: