Andreas Wacknitz
2024-04-09 7bea32fd382fe993229cd2db29c3a13cb8138b09
commit | author | age
add56e 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-ignore-flaky
15 #
16
ad5773 17 BUILD_STYLE = pyproject
add56e 18
MT 19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        pytest-ignore-flaky
ad5773 22 HUMAN_VERSION =            2.2.0
add56e 23 COMPONENT_SUMMARY =        pytest-ignore-flaky - ignore failures from flaky tests (pytest plugin)
ad5773 24 COMPONENT_PROJECT_URL =        https://github.com/coherent-oss/pytest-ignore-flaky
add56e 25 COMPONENT_ARCHIVE_HASH =    \
ad5773 26     sha256:e3fb91f3513babf8ad1a4175592be81da208ebd99b2f772cf6ce5cbfb94c7e64
add56e 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
29
30 TEST_STYLE = pytest
31
32 include $(WS_MAKE_RULES)/common.mk
33
ad5773 34 # https://github.com/pytest-dev/pytest/issues/12186
MT 35 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-checkdocs
36 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-console-scripts
37 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-ignore-flaky
38 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-randomly
39 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-salt-factories
40 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-system-statistics
41
add56e 42 # Auto-generated dependencies
MT 43 PYTHON_REQUIRED_PACKAGES += library/python/pytest
ad5773 44 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
MT 45 PYTHON_REQUIRED_PACKAGES += library/python/wheel
add56e 46 PYTHON_REQUIRED_PACKAGES += runtime/python