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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/base/test_tutorials.py b/test/base/test_tutorials.py
index f2b577216..2393a7f91 100644
--- a/test/base/test_tutorials.py
+++ b/test/base/test_tutorials.py
@@ -11,8 +11,6 @@ from sqlalchemy.testing import fixtures
class DocTest(fixtures.TestBase):
- __requires__ = ("python3",)
-
def _setup_logger(self):
rootlogger = logging.getLogger("sqlalchemy.engine.Engine")