python/coverage: update to 7.6.5
[oi-userland.git] / components / python / shippinglabel / python-integrate-project.conf
blob55c6514380c8581a276b85f9d56b6ffa3d7efe2a
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-setuptools.patch
17 %patch% 02-tox-requires.patch
18 %patch% 03-no-coverage_pyver_pragma.patch
19 %patch% 04-coverage.patch
21 %hook-begin%
22 # https://github.com/domdfcoding/shippinglabel/issues/91
23 DOWNLOAD_URL='https://github.com/domdfcoding/shippinglabel/archive/refs/tags/v$(HUMAN_VERSION).tar.gz'
25 %include-2%
27 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
28 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
30 # shippinglabel --> coincidence ==> whey ==> pyproject-parser ==> shippinglabel
32 # To break loops we need to allow this component to integrate without testing in
33 # a case the required packages are not available yet (bootstrap).
35 PYTHON_TEST_BOOTSTRAP = yes
36 %include-3%
37 # Random directory name
38 COMPONENT_TEST_TRANSFORMS += "-e 's|/tmp/.*/garbage[^/]*|\$$(TMPDIR)|'"
40 # pytest-datadir is needed by pytest-regressions and pytest-regressions is
41 # needed by coincidence so both pytest-regressions and pytest-datadir will be
42 # always installed.
44 # We need to list them explicitly here to make sure they are enabled.
45 TEST_REQUIRED_PACKAGES.python += library/python/pytest-regressions
46 TEST_REQUIRED_PACKAGES.python += library/python/pytest-datadir