============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) configfile: setup.cfg collecting ... collected 5 items tests/unit/test_fixture_config.py::test_config_update PASSED tests/unit/test_fixture_config.py::test_requires_config_skips SKIPPED tests/unit/test_fixture_config.py::test_requires_config_doesnt_skip PASSED tests/unit/test_fixture_config.py::test_yield_requires_config_skips SKIPPED tests/unit/test_fixture_config.py::test_yield_requires_config_doesnt_skip PASSED =============================== warnings summary =============================== tests/unit/test_fixture_config.py:51 $(@D)/tests/unit/test_fixture_config.py:51: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture tests/unit/test_fixture_config.py:62 $(@D)/tests/unit/test_fixture_config.py:62: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 3 passed, 2 skipped, 2 warnings ========