diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-04-28 15:51:41 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-04-28 18:23:24 +1000 |
commit | 16fbe8524756013713365fc2a656833639c90ec2 (patch) | |
tree | 7f53eb421c557cdf9c02209cb38ab6e924e18d7a /docs/source | |
parent | e3931333da96fc8f665acc9c8f1673b83c2b1f4b (diff) | |
download | mediagoblin-16fbe8524756013713365fc2a656833639c90ec2.tar.lz mediagoblin-16fbe8524756013713365fc2a656833639c90ec2.tar.xz mediagoblin-16fbe8524756013713365fc2a656833639c90ec2.zip |
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.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 82280a3d..ccf7521d 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -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 ===== |