Marcel Telka
2024-04-05 e8adc039459ddf6df29047bb7aa5748316372b82
components/python/lxml/python-integrate-project.conf
@@ -17,6 +17,17 @@
# This project uses custom test style.
# See project's Makefile.
TEST_STYLE = custom
#
# Following dependency loops were detected (where 'A --> B' means 'A needs B to
# run tests', and 'A ==> B' means 'A needs B for build and/or run'):
#
# lxml --> lxml_html_clean ==> lxml
#
# To break loops we need to allow this project to integrate without testing in
# a case the required projects are not available yet (bootstrap).
#
PYTHON_TEST_BOOTSTRAP = yes
%include-3%
# This project uses custom test style.
# See project's Makefile.
@@ -38,3 +49,7 @@
      $(GSED) -u -e '/^$$/Q' | $(SORT) | $(NAWK) '{print}END{if(NR>0)printf(\"\\\\n\")}' ; \
      $(CAT) \
   )"
# This project does not support tox so we need to provide test requirements
# manually.
TEST_REQUIREMENTS_EXTRAS += html-clean