diff --git a/examples/open_context_and_sleep.py b/examples/integration/open_context_and_sleep.py similarity index 100% rename from examples/open_context_and_sleep.py rename to examples/integration/open_context_and_sleep.py diff --git a/tests/test_docs_examples.py b/tests/test_docs_examples.py index af17ff10c..56299cbf3 100644 --- a/tests/test_docs_examples.py +++ b/tests/test_docs_examples.py @@ -86,6 +86,7 @@ def run(script_code): if '__' not in f and f[0] != '_' and 'debugging' not in p[0]], + and 'integration' not in p[0]], ids=lambda t: t[1], )