Remove noscript and benchmark tags from to_xml output
Summary
Addresses https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/81 / https://gitlab.com/linkahead/linkahead-pylib/-/issues/89
Any noscript and benchmark tags added by the Container.to_xml() method are filtered out. to_xml and from_xml should now work together without warnings.
Test MR is here.
Test Environment
Manual Testing
Check List for the Author
-
All automated tests pass -
Reference related issues -
Up-to-date CHANGELOG.md -
Appropriate user and developer documentation (or not necessary) -
Annotations in code (Gitlab comments)
Check List for the Reviewer
-
I understand the intent of this MR -
All automated tests pass -
Up-to-date CHANGELOG.md (or not necessary) -
Appropriate user and developer documentation (or not necessary) -
The test environment setup works and the intended behavior is reproducible in the test environment -
In-code documentation and comments are up-to-date. -
Check: Are there specifications? Are they satisfied?
Edited by Florian Spreckelsen