xrandr: update to 1.5.3
[oi-userland.git] / components / python / pytest-mock / Makefile
blobe90049a18c0d80be3710010e8b7ce9bb1172c109
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 pytest-mock
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pytest-mock
22 HUMAN_VERSION = 3.14.0
23 COMPONENT_SUMMARY = pytest-mock - Thin-wrapper around the mock package for easier use with pytest
24 COMPONENT_PROJECT_URL = https://github.com/pytest-dev/pytest-mock/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE
30 include $(WS_MAKE_RULES)/common.mk
32 # https://github.com/pytest-dev/pytest-mock/issues/240
33 PYTEST_ADDOPTS += --assert=plain
35 # https://github.com/pytest-dev/pluggy/issues/457
36 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-checkdocs
37 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-console-scripts
38 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-enabler
39 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-randomly
40 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-relaxed
41 TEST_CONFLICTING_PACKAGES.python += library/python/typeguard
43 # Auto-generated dependencies
44 PYTHON_REQUIRED_PACKAGES += library/python/pytest
45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
46 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
47 PYTHON_REQUIRED_PACKAGES += library/python/wheel
48 PYTHON_REQUIRED_PACKAGES += runtime/python
49 TEST_REQUIRED_PACKAGES.python += library/python/coverage
50 TEST_REQUIRED_PACKAGES.python += library/python/mock
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest-asyncio