1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 collecting ... collected 21 items
9 tests/test_core.py::test_absolute_filename PASSED
10 tests/test_core.py::test_example PASSED
11 tests/test_core.py::test_executing_style_defs[.c { color: #(999999|ababab); font-style: italic }] PASSED
12 tests/test_core.py::test_executing_style_defs[.c-ExecutingNode { color: #(999999|ababab); font-style: italic; background-color: #ffff00 }] PASSED
13 tests/test_core.py::test_executing_style_defs[.err { color: #a61717; background-color: #e3d2d2 }] PASSED
14 tests/test_core.py::test_executing_style_defs[.err-ExecutingNode { color: #a61717; background-color: #ffff00 }] PASSED
15 tests/test_core.py::test_invalid_converter PASSED
16 tests/test_core.py::test_invalid_source PASSED
17 tests/test_core.py::test_lines_with_gaps PASSED
18 tests/test_core.py::test_markers PASSED
19 tests/test_core.py::test_pieces PASSED
20 tests/test_core.py::test_pygments_example PASSED
21 tests/test_core.py::test_skipping_frames PASSED
22 tests/test_core.py::test_sys_modules PASSED
23 tests/test_core.py::test_variables PASSED
24 tests/test_formatter.py::test_example PASSED
25 tests/test_formatter.py::test_invalid_single_option PASSED
26 tests/test_serializer.py::test_example PASSED
27 tests/test_utils.py::test_cached_property_from_class PASSED
28 tests/test_utils.py::test_collapse_repeated PASSED
29 tests/test_utils.py::test_highlight_unique_properties PASSED
31 =============================== warnings summary ===============================
32 tests/test_formatter.py::test_example
33 $(PYTHON_DIR)/vendor-packages/setuptools_rust/build.py:21: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
36 tests/test_formatter.py::test_example
37 tests/test_formatter.py::test_example
38 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('paste')`.
39 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
40 declare_namespace(pkg)
42 tests/test_formatter.py::test_example
43 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('flufl')`.
44 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
45 declare_namespace(pkg)
47 tests/test_formatter.py::test_example
48 tests/test_formatter.py::test_example
49 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
50 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
51 declare_namespace(pkg)
53 tests/test_formatter.py::test_example
54 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze.sphinx')`.
55 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
56 declare_namespace(pkg)
58 tests/test_formatter.py::test_example
59 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2350: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
60 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
61 declare_namespace(parent)
63 tests/test_formatter.py::test_example
64 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.
65 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
66 declare_namespace(pkg)
68 tests/test_formatter.py::test_example
69 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zc')`.
70 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
71 declare_namespace(pkg)
73 tests/test_formatter.py::test_example
74 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zest')`.
75 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
76 declare_namespace(pkg)
78 tests/test_formatter.py: 15 warnings
79 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zope')`.
80 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
81 declare_namespace(pkg)
83 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
84 ======== 21 passed, 26 warnings ========