From: Stephen Rosen Date: Fri, 9 Apr 2021 23:32:34 +0000 (+0000) Subject: Fix trivial typo in README.unittests X-Git-Tag: rel_1_4_8~20 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F6237%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix trivial typo in README.unittests --- diff --git a/README.unittests.rst b/README.unittests.rst index 03752b7640..e7f09dff78 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -16,7 +16,7 @@ Advanced Tox Options For more elaborate CI-style test running, the tox script provided will run against various Python / database targets. For a basic run against -Python 2.7 using an in-memory SQLite database:: +Python 3.8 using an in-memory SQLite database:: tox -e py38-sqlite