============================= 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:52
  $(@D)/tests/unit/test_fixture_config.py:52: PytestDeprecationWarning: @pytest.yield_fixture is deprecated.
  Use @pytest.fixture instead; they are the same.
    def yet_another_fixture():

tests/unit/test_fixture_config.py:63
  $(@D)/tests/unit/test_fixture_config.py:63: PytestDeprecationWarning: @pytest.yield_fixture is deprecated.
  Use @pytest.fixture instead; they are the same.
    def yet_some_other_fixture():

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======== 3 passed, 2 skipped, 2 warnings ========