exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Add explicit dependency for docutils #399

Closed Nicoretti closed 2 months ago

Nicoretti commented 2 months ago

The current combination of dependencies for ITDE and Luigi is not compatible with projects that run on Python 3.8. The latest version of docutils, version 0.21.1, is required to run on Python 3.9 or higher. As a temporary fix, until support for Python 3.8 is dropped (which is estimated to be around 6 months), we are explicitly requiring a version of docutils that is less than or equal to 0.20.1 in ITDE. Once support for Python 3.8 is dropped, this dependency can be removed as it is only needed as a transitive dependency.