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