jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / pytest-ignore-flaky / test / results-all.master
bloba7f71605a84e011d7723eb1dd270dafaf66fc47b
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
6 rootdir: $(@D)
7 configfile: pytest.ini
8 collecting ... collected 11 items
10 docs/conf.py::mypy PASSED
11 docs/conf.py::mypy-status PASSED
12 .::project PASSED
13 pytest_ignore_flaky/__init__.py::mypy PASSED
14 .::project PASSED
15 tests/sample succeed.py::mypy PASSED
16 tests/sample.py::mypy PASSED
17 tests/test_functional.py::mypy PASSED
18 tests/test_functional.py::test_ignore_flaky PASSED
19 tests/test_functional.py::test_fail_flaky PASSED
20 tests/test_functional.py::test_success_flaky SKIPPED (fails with typ...)
22 =============================== warnings summary ===============================
23 tests/test_functional.py::test_ignore_flaky
24 tests/test_functional.py::test_fail_flaky
25   $(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.
26     warner(PytestBenchmarkWarning(text))
28 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
30 ===================================== mypy =====================================
31 Success: no issues found in 5 source files
32 ======== 10 passed, 1 skipped, 2 warnings ========
33   py$(PYV): OK
34   congratulations :)