From a9f333021cf0c1c799e15d1b5a087bcea7c65231 Mon Sep 17 00:00:00 2001 From: CaselIT Date: Fri, 16 Oct 2020 21:39:41 +0200 Subject: Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series. Fixes: #748 Change-Id: I18df97bdce5de6adb222d3f16486272e95b1b1a6 --- README.unittests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.unittests.rst') diff --git a/README.unittests.rst b/README.unittests.rst index 60a6490..e03d780 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -34,12 +34,12 @@ against various combinations of databases. The test suite can be run against SQLite with "backend" tests also running against a PostgreSQL database:: - tox -e py36-sqlite-postgresql + tox -e py38-sqlite-postgresql Or to run just "backend" tests (NOTE: Alembic has no tests marked this way so this option is not important) against a MySQL databases:: - tox -e py36-mysql-backendonly + tox -e py38-mysql-backendonly Running against backends other than SQLite requires that a database of that vendor be available at a specific URL. See "Setting Up Databases" below -- cgit v1.2.1