David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
d2275f 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project pytest-relaxed
15 #
16
17 BUILD_STYLE = setup.py
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        pytest-relaxed
fe6eb2 22 HUMAN_VERSION =            2.0.2
d2275f 23 COMPONENT_SUMMARY =        pytest-relaxed - Relaxed test discovery/organization for pytest
MT 24 COMPONENT_PROJECT_URL =        https://pytest-relaxed.readthedocs.io/
25 COMPONENT_ARCHIVE_URL =        \
26     https://github.com/bitprophet/pytest-relaxed/archive/refs/tags/$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH =    \
fe6eb2 28     sha256:aba10bf2dd25ef25b0a6e116e5ee10e43852fe285f66a4092984c87cbfcf5b18
d2275f 29 COMPONENT_LICENSE =        BSD-2-Clause
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
31
32 TEST_STYLE = pytest
33
34 include $(WS_MAKE_RULES)/common.mk
35
fe6eb2 36 # https://github.com/pytest-dev/pluggy/issues/457
MT 37 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-checkdocs
38 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-console-scripts
39 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-enabler
40 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-randomly
41 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-salt-factories
42 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-system-statistics
43 TEST_CONFLICTING_PACKAGES.python += library/python/typeguard
44
d2275f 45 # Auto-generated dependencies
MT 46 PYTHON_REQUIRED_PACKAGES += library/python/decorator
47 PYTHON_REQUIRED_PACKAGES += library/python/pytest
48 PYTHON_REQUIRED_PACKAGES += runtime/python