Trying to find a workarounf for mypy's dependency to librt.

This commit is contained in:
Patrick Lehmann
2025-12-13 23:52:16 +01:00
parent 7c249a1ae0
commit 388f55721c

View File

@@ -238,7 +238,7 @@ jobs:
jobs: ${{ needs.UnitTestingParams.outputs.python_jobs }} jobs: ${{ needs.UnitTestingParams.outputs.python_jobs }}
# TODO: shouldn't this be configured by a parameter? Same as directories # TODO: shouldn't this be configured by a parameter? Same as directories
requirements: "-r tests/unit/requirements.txt" requirements: "-r tests/unit/requirements.txt"
# pacboy: "msys/git python-lxml:p" pacboy: "gcc:p"
unittest_report_xml: ${{ needs.ConfigParams.outputs.unittest_report_xml }} unittest_report_xml: ${{ needs.ConfigParams.outputs.unittest_report_xml }}
coverage_report_xml: ${{ needs.ConfigParams.outputs.coverage_report_xml }} coverage_report_xml: ${{ needs.ConfigParams.outputs.coverage_report_xml }}
coverage_report_json: ${{ needs.ConfigParams.outputs.coverage_report_json }} coverage_report_json: ${{ needs.ConfigParams.outputs.coverage_report_json }}