From 4cb60db4f1b6f6a05761380d6805ec501f0691c9 Mon Sep 17 00:00:00 2001 From: IgorTatarnikov Date: Wed, 27 Nov 2024 16:26:54 +0000 Subject: [PATCH] Remove examples test --- tests/test_examples.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index 3d73c046..8c1ee581 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,5 +1,5 @@ -def test_examples(): - """ - Run every script in the examples directory - """ - import examples # noqa +# def test_examples(): +# """ +# Run every script in the examples directory +# """ +# import examples # noqa