easy-rsa: update to 3.2.1
[oi-userland.git] / components / python / pytest-subprocess / Makefile
blob5b3095f143585a83c38d7f72bff8e38ebdae4977
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 -d python/pytest-subprocess pytest_subprocess
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pytest_subprocess
22 HUMAN_VERSION = 1.5.2
23 COMPONENT_SUMMARY = A plugin to fake subprocess for pytest
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:ad3ca8a35e798bf9c82d9f16d88700b30d98c5a28236117b86c5d6e581a8ed97
26 COMPONENT_LICENSE = MIT
27 COMPONENT_LICENSE_FILE = LICENSE
29 TEST_STYLE = pytest
31 include $(WS_MAKE_RULES)/common.mk
33 # This project does not support tox so we need to provide test requirements
34 # manually.
35 TEST_REQUIREMENTS_EXTRAS += test
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES += library/python/pytest
39 PYTHON_REQUIRED_PACKAGES += runtime/python
40 TEST_REQUIRED_PACKAGES.python += library/python/anyio
41 TEST_REQUIRED_PACKAGES.python += library/python/coverage
42 TEST_REQUIRED_PACKAGES.python += library/python/docutils
43 TEST_REQUIRED_PACKAGES.python += library/python/pygments
44 TEST_REQUIRED_PACKAGES.python += library/python/pytest
45 TEST_REQUIRED_PACKAGES.python += library/python/pytest-asyncio
46 TEST_REQUIRED_PACKAGES.python += library/python/pytest-rerunfailures
47 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout