Marcel Telka
2024-04-03 1e5fef1a8c653f8be12b2aeadac3a818fa113f55
commit | author | age
373952 1 #
AW 2 # This file and its contents are supplied under the terms of the
0ba405 3 # Common Development and Distribution License ("CDDL"), version 1.0.
MT 4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
373952 6 #
AW 7 # A full copy of the text of the CDDL should have accompanied this
0ba405 8 # source.  A copy of the CDDL is also available via the Internet at
373952 9 # http://www.illumos.org/license/CDDL.
AW 10 #
11
12 #
0ba405 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project pytest-cov
373952 15 #
AW 16
048a72 17 BUILD_STYLE = pyproject
0ba405 18
373952 19 include ../../../make-rules/shared-macros.mk
AW 20
0ba405 21 COMPONENT_NAME =        pytest-cov
048a72 22 HUMAN_VERSION =            5.0.0
0ba405 23 COMPONENT_SUMMARY =        pytest-cov - Pytest plugin for measuring coverage.
MT 24 COMPONENT_PROJECT_URL =        https://github.com/pytest-dev/pytest-cov
25 COMPONENT_ARCHIVE_HASH =    \
048a72 26     sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857
0ba405 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
373952 29
AW 30 include $(WS_MAKE_RULES)/common.mk
31
2971f9 32 # https://github.com/pytest-dev/pluggy/issues/457
MT 33 TEST_CONFLICTING_PACKAGES.python += library/python/flaky
34 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-enabler
35 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-relaxed
36 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-subtests
37 TEST_CONFLICTING_PACKAGES.python += library/python/teamcity-messages
38
373952 39 # Auto-generated dependencies
0ba405 40 PYTHON_REQUIRED_PACKAGES += library/python/coverage
MT 41 PYTHON_REQUIRED_PACKAGES += library/python/pytest
048a72 42 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
2971f9 43 PYTHON_REQUIRED_PACKAGES += library/python/tomli
048a72 44 PYTHON_REQUIRED_PACKAGES += library/python/wheel
0ba405 45 PYTHON_REQUIRED_PACKAGES += runtime/python
MT 46 TEST_REQUIRED_PACKAGES.python += library/python/coverage
47 TEST_REQUIRED_PACKAGES.python += library/python/fields
48 TEST_REQUIRED_PACKAGES.python += library/python/process-tests
49 TEST_REQUIRED_PACKAGES.python += library/python/pytest
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
51 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv