Fix dependencies and tests for clean Python 2 & 3 test runs under Docker.

This change gives a clean test run in the Debian-based Python 2 and Python 3
docker images.
This commit is contained in:
Ben Sturmfels
2020-04-28 15:51:41 +10:00
parent e3931333da
commit 16fbe85247
7 changed files with 34 additions and 11 deletions

View File

@@ -72,6 +72,9 @@ try to get back to you. Alternatively please email
next release.
- FastCGI support has been deprecated and removed from the documentation as our
dependency `flup` does not support Python 3.
- Added ``Dockerfile-debian-python3-sqlite``, ``Dockerfile-debian-python2-sqlite`` and
``docker-compose.yml`` to help with development and testing in a clean environment.
0.9.0
=====