Denis Laxalde
Denis Laxalde
> Do you want do implement the dates check yourself, as you are working on this script? Pushed two commits implementing that.
Fixed test failure for empty table case.
Rebased to get a working flake8 setup (5c61cc6b93ab46f9a52408cba95b62a1fdcc9650).
@CaselIT, would you mind pulling the latest version in gerrit to get CI jobs running? Thanks.
New version to fix an issue spotted by alembic tests.
I added two more commits to fix oversights spotted while working on other dependent PRs. @CaselIT, would you mind pulling to gerrit so that I can see how it goes...
There is [airspeed velocity](https://asv.readthedocs.io/en/latest/), which is used by in scientific python ecosystem, e.g. https://numpy.org/doc/stable/benchmarking.html
It seems you're using psycopg2 as a database driver (which is normal as this is the dependency of the Debian/Ubuntu package). Can you try installing the `python3-psycopg` distribution (`apt install`)...