1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m coverage erase
3 py$(PYV): commands[1]> python -m coverage run -m pytest tests
4 ============================= test session starts ==============================
5 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
6 cachedir: .tox/py$(PYV)/.pytest_cache
8 collecting ... collected 23 items
10 tests/detect_test_pollution_test.py::test_common_testpath[inputs0-.] PASSED
11 tests/detect_test_pollution_test.py::test_common_testpath[inputs1-a] PASSED
12 tests/detect_test_pollution_test.py::test_common_testpath[inputs2-.] PASSED
13 tests/detect_test_pollution_test.py::test_common_testpath[inputs3-a/b] PASSED
14 tests/detect_test_pollution_test.py::test_common_testpath[inputs4-a/b/c] PASSED
15 tests/detect_test_pollution_test.py::test_discover_tests PASSED
16 tests/detect_test_pollution_test.py::test_format_cmd_with_testids_filename PASSED
17 tests/detect_test_pollution_test.py::test_format_cmd_with_tests PASSED
18 tests/detect_test_pollution_test.py::test_integration_does_not_fail_with_all_tests PASSED
19 tests/detect_test_pollution_test.py::test_integration_finds_pollution PASSED
20 tests/detect_test_pollution_test.py::test_integration_fuzz PASSED
21 tests/detect_test_pollution_test.py::test_integration_missing_failing_test PASSED
22 tests/detect_test_pollution_test.py::test_integration_pre_supplied_test_list PASSED
23 tests/detect_test_pollution_test.py::test_integration_test_does_not_pass_by_itself PASSED
24 tests/detect_test_pollution_test.py::test_parse_testids_file PASSED
25 tests/detect_test_pollution_test.py::test_parse_testids_file_blank_line PASSED
26 tests/detect_test_pollution_test.py::test_passed_with_testlist_failing PASSED
27 tests/detect_test_pollution_test.py::test_passed_with_testlist_passing PASSED
28 tests/detect_test_pollution_test.py::test_pytest_plugin_does_not_crash_when_not_enabled PASSED
29 tests/detect_test_pollution_test.py::test_pytest_plugin_inputs_testids PASSED
30 tests/detect_test_pollution_test.py::test_pytest_plugin_outputs_testids PASSED
31 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output PASSED
32 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output_error PASSED
34 =============================== warnings summary ===============================
35 tests/detect_test_pollution_test.py::test_pytest_plugin_does_not_crash_when_not_enabled
36 tests/detect_test_pollution_test.py::test_pytest_plugin_outputs_testids
37 tests/detect_test_pollution_test.py::test_pytest_plugin_inputs_testids
38 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output
39 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output_error
40 $(PYTHON_DIR)/vendor-packages/pytest_reporter/__init__.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
41 from pkg_resources import get_distribution, DistributionNotFound
43 tests/detect_test_pollution_test.py: 10 warnings
44 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('paste')`.
45 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
46 declare_namespace(pkg)
48 tests/detect_test_pollution_test.py::test_pytest_plugin_does_not_crash_when_not_enabled
49 tests/detect_test_pollution_test.py::test_pytest_plugin_outputs_testids
50 tests/detect_test_pollution_test.py::test_pytest_plugin_inputs_testids
51 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output
52 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output_error
53 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('flufl')`.
54 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
55 declare_namespace(pkg)
57 tests/detect_test_pollution_test.py: 10 warnings
58 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
59 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
60 declare_namespace(pkg)
62 tests/detect_test_pollution_test.py::test_pytest_plugin_does_not_crash_when_not_enabled
63 tests/detect_test_pollution_test.py::test_pytest_plugin_outputs_testids
64 tests/detect_test_pollution_test.py::test_pytest_plugin_inputs_testids
65 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output
66 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output_error
67 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze.sphinx')`.
68 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
69 declare_namespace(pkg)
71 tests/detect_test_pollution_test.py::test_pytest_plugin_does_not_crash_when_not_enabled
72 tests/detect_test_pollution_test.py::test_pytest_plugin_outputs_testids
73 tests/detect_test_pollution_test.py::test_pytest_plugin_inputs_testids
74 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output
75 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output_error
76 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2350: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
77 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
78 declare_namespace(parent)
80 tests/detect_test_pollution_test.py::test_pytest_plugin_does_not_crash_when_not_enabled
81 tests/detect_test_pollution_test.py::test_pytest_plugin_outputs_testids
82 tests/detect_test_pollution_test.py::test_pytest_plugin_inputs_testids
83 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output
84 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output_error
85 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.
86 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
87 declare_namespace(pkg)
89 tests/detect_test_pollution_test.py::test_pytest_plugin_does_not_crash_when_not_enabled
90 tests/detect_test_pollution_test.py::test_pytest_plugin_outputs_testids
91 tests/detect_test_pollution_test.py::test_pytest_plugin_inputs_testids
92 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output
93 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output_error
94 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zc')`.
95 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
96 declare_namespace(pkg)
98 tests/detect_test_pollution_test.py::test_pytest_plugin_does_not_crash_when_not_enabled
99 tests/detect_test_pollution_test.py::test_pytest_plugin_outputs_testids
100 tests/detect_test_pollution_test.py::test_pytest_plugin_inputs_testids
101 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output
102 tests/detect_test_pollution_test.py::test_pytest_plugin_results_output_error
103 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zest')`.
104 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
105 declare_namespace(pkg)
107 tests/detect_test_pollution_test.py: 75 warnings
108 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zope')`.
109 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
110 declare_namespace(pkg)
112 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
113 ======== 23 passed, 130 warnings ========