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
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 python-subunit
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= python-subunit
23 COMPONENT_SUMMARY
= python-subunit
- Python implementation of subunit
test streaming protocol
24 COMPONENT_PROJECT_URL
= http
://launchpad.net
/subunit
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:1079363131aa1d3f45259237265bc2e61a77e35f20edfb6e3d1d2558a2cdea34
27 COMPONENT_LICENSE
= (Apache-2.0 OR BSD-3-Clause
) AND MIT
28 COMPONENT_LICENSE_FILE
= COPYING
32 include $(WS_MAKE_RULES
)/common.mk
34 # https://bugs.launchpad.net/subunit/+bug/2046453
35 PYTEST_ADDOPTS
+= -k
'not TestStatusArgParserTests and not StatusStreamResultTests and not TestStreamResultContract'
37 # This project does not support tox so we need to provide test requirements
39 TEST_REQUIREMENTS_EXTRAS
+= test
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES
+= library
/python
/iso8601
43 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools
44 PYTHON_REQUIRED_PACKAGES
+= library
/python
/testtools
45 PYTHON_REQUIRED_PACKAGES
+= library
/python
/wheel
46 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
47 TEST_REQUIRED_PACKAGES.python
+= library
/python
/fixtures
48 TEST_REQUIRED_PACKAGES.python
+= library
/python
/hypothesis
49 TEST_REQUIRED_PACKAGES.python
+= library
/python
/testscenarios