Marcel Telka
2024-04-09 ad5773f1f71787c4198adf3e5a59f3d079507063
components/python/pytest-ignore-flaky/test/results-all.master
@@ -2,78 +2,17 @@
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 3 items
tests/test_functional.py::test_fail_flaky PASSED
tests/test_functional.py::test_ignore_flaky PASSED
tests/test_functional.py::test_success_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
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_success_flaky
  $(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
    from pkg_resources import get_distribution, DistributionNotFound
tests/test_functional.py::test_ignore_flaky
tests/test_functional.py::test_ignore_flaky
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_success_flaky
tests/test_functional.py::test_success_flaky
  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('paste')`.
  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
    declare_namespace(pkg)
tests/test_functional.py::test_ignore_flaky
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_success_flaky
  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('flufl')`.
  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
    declare_namespace(pkg)
tests/test_functional.py::test_ignore_flaky
tests/test_functional.py::test_ignore_flaky
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_success_flaky
tests/test_functional.py::test_success_flaky
  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
  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
    declare_namespace(pkg)
tests/test_functional.py::test_ignore_flaky
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_success_flaky
  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze.sphinx')`.
  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
    declare_namespace(pkg)
tests/test_functional.py::test_ignore_flaky
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_success_flaky
  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2350: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
  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
    declare_namespace(parent)
tests/test_functional.py::test_ignore_flaky
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_success_flaky
  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.
  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
    declare_namespace(pkg)
tests/test_functional.py::test_ignore_flaky
tests/test_functional.py::test_fail_flaky
tests/test_functional.py::test_success_flaky
  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zc')`.
  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
    declare_namespace(pkg)
tests/test_functional.py: 45 warnings
  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zope')`.
  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
    declare_namespace(pkg)
  $(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
======== 3 passed, 75 warnings ========
======== 2 passed, 1 skipped, 1 warning ========