summaryrefslogtreecommitdiff
path: root/test/base/test_tutorials.py
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2020-05-10 14:37:21 +0200
committerFederico Caselli <cfederico87@gmail.com>2020-05-11 21:47:08 +0200
commit447f16bc7fd5afa1e0b1ca8a558354915ead239f (patch)
tree61f5ea25ca8fcb9e288336b0348fe3404480c0d6 /test/base/test_tutorials.py
parent5311a8531c621760ced0b3d0a5454e8c22871d66 (diff)
downloadsqlalchemy-447f16bc7fd5afa1e0b1ca8a558354915ead239f.tar.gz
Ensure order in doctest of core/tutorial.rst
Fix doctest error caused by the missing order by clause in the tests introduced in Ia1bbe3248b4f7c74fbee06fedf76a6ce94cd28a6 Change-Id: I55b45690879ebbaa57bc62765fcdab06f5e9c6f3
Diffstat (limited to 'test/base/test_tutorials.py')
-rw-r--r--test/base/test_tutorials.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/base/test_tutorials.py b/test/base/test_tutorials.py
index 4b8de298b..3ac7913f9 100644
--- a/test/base/test_tutorials.py
+++ b/test/base/test_tutorials.py
@@ -152,3 +152,6 @@ def _get_allow_unicode_flag():
import doctest
return doctest.register_optionflag("ALLOW_UNICODE")
+
+
+# increase number to force pipeline run. 1