summaryrefslogtreecommitdiff
path: root/test/base/test_tutorials.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/test_tutorials.py')
-rw-r--r--test/base/test_tutorials.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/base/test_tutorials.py b/test/base/test_tutorials.py
index 494b8a0f6..f2b577216 100644
--- a/test/base/test_tutorials.py
+++ b/test/base/test_tutorials.py
@@ -6,7 +6,6 @@ import os
import re
import sys
-from sqlalchemy import testing
from sqlalchemy.testing import config
from sqlalchemy.testing import fixtures
@@ -102,13 +101,6 @@ class DocTest(fixtures.TestBase):
"tutorial/orm_related_objects.rst",
)
- def test_orm(self):
- self._run_doctest("orm/tutorial.rst")
-
- @testing.emits_warning()
- def test_core(self):
- self._run_doctest("core/tutorial.rst")
-
def test_core_operators(self):
self._run_doctest("core/operators.rst")