Andreas Wacknitz
2024-04-09 7bea32fd382fe993229cd2db29c3a13cb8138b09
commit | author | age
add56e 1 ============================= test session starts ==============================
MT 2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
ad5773 5 configfile: pyproject.toml
add56e 6 collecting ... collected 3 items
MT 7
8 tests/test_functional.py::test_ignore_flaky PASSED
ad5773 9 tests/test_functional.py::test_fail_flaky PASSED
MT 10 tests/test_functional.py::test_success_flaky SKIPPED (fails with typ...)
add56e 11
MT 12 =============================== warnings summary ===============================
13 tests/test_functional.py::test_ignore_flaky
ad5773 14   $(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.
MT 15     warner(PytestBenchmarkWarning(text))
add56e 16
MT 17 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
ad5773 18 ======== 2 passed, 1 skipped, 1 warning ========