Index: pydantic-settings/tests/test_docs.py
===================================================================
--- pydantic-settings.orig/tests/test_docs.py	2024-08-03 18:03:14.223883915 +0200
+++ pydantic-settings/tests/test_docs.py	2024-08-03 18:56:37.925516302 +0200
@@ -6,6 +6,7 @@
 from pathlib import Path
 
 import pytest
+pytest.importorskip("pytest_examples")
 from pytest_examples import CodeExample, EvalExample, find_examples
 from pytest_examples.config import ExamplesConfig
 from pytest_examples.lint import black_format
