Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
d4f6f2 1 #
AW 2 # This file and its contents are supplied under the terms of the
90ea13 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.
d4f6f2 6 #
AW 7 # A full copy of the text of the CDDL should have accompanied this
90ea13 8 # source.  A copy of the CDDL is also available via the Internet at
d4f6f2 9 # http://www.illumos.org/license/CDDL.
AW 10 #
11
12 #
90ea13 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project pytest-mock
d4f6f2 15 #
AW 16
436210 17 BUILD_STYLE = pyproject
90ea13 18
d4f6f2 19 include ../../../make-rules/shared-macros.mk
AW 20
90ea13 21 COMPONENT_NAME =        pytest-mock
436210 22 HUMAN_VERSION =            3.14.0
90ea13 23 COMPONENT_SUMMARY =        pytest-mock - Thin-wrapper around the mock package for easier use with pytest
MT 24 COMPONENT_PROJECT_URL =        https://github.com/pytest-dev/pytest-mock/
25 COMPONENT_ARCHIVE_HASH =    \
436210 26     sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0
90ea13 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
d4f6f2 29
AW 30 include $(WS_MAKE_RULES)/common.mk
31
90ea13 32 # https://github.com/pytest-dev/pytest-mock/issues/240
MT 33 PYTEST_ADDOPTS += --assert=plain
d4f6f2 34
436210 35 # https://github.com/pytest-dev/pluggy/issues/457
MT 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
42
d4f6f2 43 # Auto-generated dependencies
90ea13 44 PYTHON_REQUIRED_PACKAGES += library/python/pytest
436210 45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
MT 46 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
47 PYTHON_REQUIRED_PACKAGES += library/python/wheel
90ea13 48 PYTHON_REQUIRED_PACKAGES += runtime/python
MT 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