gnocchixyz / gnocchi

Timeseries database
Apache License 2.0
298 stars 84 forks source link

Remove the use of the future module #1366

Closed thomasgoirand closed 7 months ago

thomasgoirand commented 7 months ago

This module is buggy with Python 3.11 and 3.12, and is being actively removed from distributions (like Debian and Ubuntu). The absolute_import things are remaining of the past, in the Python 2.7 age. Let's get rid of them and remove future from setup.cfg.