Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
This adds markupsafe<3.0.0 requirements to html plugin, because
markupsafe-3.0.0 can't be installed with older versions of setuptools on
RHEL9 and other systems because of CCompilerError.
This adds markupsafe<3.0.0 requirements to html plugin, because markupsafe-3.0.0 can't be installed with older versions of setuptools on RHEL9 and other systems because of
CCompilerError
.Reference: https://github.com/avocado-framework/avocado/issues/6038 Signed-off-by: Jan Richter jarichte@redhat.com
We have the same issue in our CI and this PR should fix it.