summaryrefslogtreecommitdiff
path: root/test/base
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2022-06-13 22:15:48 +0200
committerFederico Caselli <cfederico87@gmail.com>2022-06-13 22:15:48 +0200
commit92bd08c3daff74b94652a5edefd5efa7632ccb22 (patch)
treeafc51d334b6159850ffbb3427e5218898e4e47de /test/base
parent4010a61af7b88e0d3b18bcd560a465269384f250 (diff)
downloadsqlalchemy-92bd08c3daff74b94652a5edefd5efa7632ccb22.tar.gz
try fixing the build
Change-Id: Id2e965aa13a6d7134ca1081554cc5b25dbcc9fde
Diffstat (limited to 'test/base')
-rw-r--r--test/base/test_tutorials.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/base/test_tutorials.py b/test/base/test_tutorials.py
index 5a0d8c8ac..743f91f74 100644
--- a/test/base/test_tutorials.py
+++ b/test/base/test_tutorials.py
@@ -6,6 +6,7 @@ import sys
from sqlalchemy.testing import config
from sqlalchemy.testing import fixtures
+from sqlalchemy.testing import requires
class DocTest(fixtures.TestBase):
@@ -83,6 +84,7 @@ class DocTest(fixtures.TestBase):
globs.update(test.globs)
assert not runner.failures
+ @requires.has_json_each
def test_20_style(self):
self._run_doctest(
"tutorial/index.rst",