rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / python / pytest-regressions / Makefile
blobbe5ce2ad6b54e80c428062c45209e4ac5c849855
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 pytest-regressions
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pytest-regressions
22 HUMAN_VERSION = 2.5.0
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = Easy to use fixtures to write regression tests.
25 COMPONENT_PROJECT_URL = https://github.com/ESSS/pytest-regressions
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:818c7884c1cff3babf89eebb02cbc27b307856b1985427c24d52cb812a106fd9
28 COMPONENT_LICENSE = MIT
29 COMPONENT_LICENSE_FILE = LICENSE
31 include $(WS_MAKE_RULES)/common.mk
33 # We have no pandas packaged yet
34 PYTEST_ADDOPTS += --ignore tests/test_dataframe_regression.py
35 PYTEST_ADDOPTS += --ignore tests/test_filenames.py
36 PYTEST_ADDOPTS += --ignore tests/test_num_regression.py
38 # We have no matplotlib packaged yet
39 PYTEST_ADDOPTS += --deselect tests/test_image_regression.py::test_image_regression
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES += library/python/pytest
43 PYTHON_REQUIRED_PACKAGES += library/python/pytest-datadir
44 PYTHON_REQUIRED_PACKAGES += library/python/pyyaml
45 PYTHON_REQUIRED_PACKAGES += runtime/python
46 TEST_REQUIRED_PACKAGES.python += library/python/mypy
47 TEST_REQUIRED_PACKAGES.python += library/python/numpy
48 TEST_REQUIRED_PACKAGES.python += library/python/pillow