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 5 items
9 test_pytest_reporter.py::test_file_is_saved PASSED
10 test_pytest_reporter.py::test_status PASSED
11 test_pytest_reporter.py::test_tests PASSED
12 test_pytest_reporter.py::test_top_level_context PASSED
13 test_pytest_reporter.py::test_xdist_loadgroup PASSED
15 =============================== warnings summary ===============================
16 test_pytest_reporter.py::test_xdist_loadgroup
17 $(PYTHON_DIR)/vendor-packages/pytest_benchmark/logger.py:46: PytestBenchmarkWarning: Benchmarks are automatically disabled because xdist plugin is active.Benchmarks cannot be performed reliably in a parallelized environment.
18 warner(PytestBenchmarkWarning(text))
20 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
21 ======== 5 passed, 1 warning ========