Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / python / hatch-requirements-txt / python-integrate-project.conf
blob1cb02baefcceb23cfb6f49d7b0edcd7e91f7c417
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2024 Marcel Telka
16 %patch% 01-tox-requires.patch
17 %patch% 02-no-coverage_pyver_pragma.patch
18 %patch% 03-coverage.patch
20 %hook-begin%
21 # https://github.com/repo-helper/hatch-requirements-txt/issues/65
22 DOWNLOAD_URL='https://github.com/repo-helper/hatch-requirements-txt/archive/refs/tags/v$(HUMAN_VERSION).tar.gz'
24 %include-2%
26 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
27 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
29 # hatch-requirements-txt --> coincidence ==> whey ==> pyproject-parser ==> apeye-core ==> hatch-requirements-txt
31 # To break loops we need to allow this component to integrate without testing in
32 # a case the required packages are not available yet (bootstrap).
34 PYTHON_TEST_BOOTSTRAP = yes
35 %include-3%
36 # https://github.com/repo-helper/hatch-requirements-txt/issues/62
37 PYTEST_ADDOPTS += --deselect tests/test_errors.py::test_not_dynamic_but_filename_defined
38 PYTEST_ADDOPTS += --deselect tests/test_errors.py::test_not_dynamic_but_files_defined