Used merged unittest XML in Sphinx documentation.

This commit is contained in:
Patrick Lehmann
2025-03-19 07:53:06 +01:00
parent 9b7032a585
commit fffef5c814
6 changed files with 7 additions and 7 deletions

View File

@@ -230,7 +230,7 @@ jobs:
with:
python_version: ${{ needs.UnitTestingParams.outputs.python_version }}
coverage_report_json_directory: ${{ needs.ConfigParams.outputs.coverage_report_json_directory }}
unittest_xml_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).unittesting_xml }}-ubuntu-native-3.12
unittest_xml_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).unittesting_xml }}
coverage_json_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).codecoverage_json }}
html_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).documentation_html }}
latex_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).documentation_latex }}

View File

@@ -1,6 +1,6 @@
-r ../requirements.txt
pyTooling ~= 8.2
pyTooling ~= 8.3
# Enforce latest version on ReadTheDocs
sphinx ~= 8.2

View File

@@ -1,8 +1,8 @@
[build-system]
requires = [
"setuptools ~= 75.8",
"setuptools ~= 76.0",
"wheel ~= 0.45",
"pyTooling ~= 8.2"
"pyTooling ~= 8.3"
]
build-backend = "setuptools.build_meta"

View File

@@ -5,7 +5,7 @@
# Unai Martinez-Corral #
# #
# ==================================================================================================================== #
# Copyright 2020-2024 The pyTooling Authors #
# Copyright 2020-2025 The pyTooling Authors #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); #
# you may not use this file except in compliance with the License. #

View File

@@ -1 +1 @@
pyTooling ~= 8.2
pyTooling ~= 8.3

View File

@@ -1,7 +1,7 @@
-r ../requirements.txt
# Coverage collection
Coverage ~= 7.6
Coverage ~= 7.7
# Test Runner
pytest ~= 8.3