python/coverage: update to 7.6.5
[oi-userland.git] / components / python / stestr / Makefile
blob7f75f6fd3a47a8e2574d8a0a2bf72f1152948799
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 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project stestr
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = stestr
22 HUMAN_VERSION = 4.1.0
23 COMPONENT_SUMMARY = stestr - A parallel Python test runner built around subunit
24 COMPONENT_PROJECT_URL = http://stestr.readthedocs.io/en/latest/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:5f61c369eece63c292d13599e12aa158af7685990643f24dd6fa7fabfe34e98a
27 COMPONENT_LICENSE = Apache-2.0
28 COMPONENT_LICENSE_FILE = LICENSE
30 include $(WS_MAKE_RULES)/common.mk
32 # stestr is used to test stestr
33 USE_STESTR = yes
35 # Ignore stdout and stderr of successfull tests
36 TOX_POSARGS += --suppress-attachments
38 # Auto-generated dependencies
39 PYTHON_REQUIRED_PACKAGES += library/python/cliff
40 PYTHON_REQUIRED_PACKAGES += library/python/extras
41 PYTHON_REQUIRED_PACKAGES += library/python/fixtures
42 PYTHON_REQUIRED_PACKAGES += library/python/pbr
43 PYTHON_REQUIRED_PACKAGES += library/python/python-subunit
44 PYTHON_REQUIRED_PACKAGES += library/python/pyyaml
45 PYTHON_REQUIRED_PACKAGES += library/python/testtools
46 PYTHON_REQUIRED_PACKAGES += library/python/tomlkit
47 PYTHON_REQUIRED_PACKAGES += library/python/voluptuous
48 PYTHON_REQUIRED_PACKAGES += runtime/python
49 TEST_REQUIRED_PACKAGES.python += library/python/black
50 TEST_REQUIRED_PACKAGES.python += library/python/cliff
51 TEST_REQUIRED_PACKAGES.python += library/python/coverage
52 TEST_REQUIRED_PACKAGES.python += library/python/ddt
53 TEST_REQUIRED_PACKAGES.python += library/python/extras
54 TEST_REQUIRED_PACKAGES.python += library/python/fixtures
55 TEST_REQUIRED_PACKAGES.python += library/python/iso8601
56 TEST_REQUIRED_PACKAGES.python += library/python/pbr
57 TEST_REQUIRED_PACKAGES.python += library/python/python-subunit
58 TEST_REQUIRED_PACKAGES.python += library/python/pyyaml
59 TEST_REQUIRED_PACKAGES.python += library/python/sphinx
60 TEST_REQUIRED_PACKAGES.python += library/python/testtools
61 TEST_REQUIRED_PACKAGES.python += library/python/tomlkit
62 TEST_REQUIRED_PACKAGES.python += library/python/voluptuous