python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / pluggy / python-integrate-project.conf
blob3f25ac47e4b7c87a94efbd209bdaea6a7d39774c
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 2022 Marcel Telka
16 %include-2%
17 # This component is required by following bootstrapped components so it must be
18 # bootstrapped too.
19 # - hatchling (test bootstrap)
20 # - pytest (test bootstrap)
21 # - tox (test bootstrap)
22 PYTHON_TEST_BOOTSTRAP = yes
23 %include-3%
24 # Make sure pytest is called indirectly
25 COMPONENT_TEST_ENV += _PLUGGY_TOX_CMD="python -m pytest"