• A
    db_test.py: explicitly use a `list` · 2daea796
    Ansgar 提交于
    On Debian 11 (bullseye) with Python 3 the test otherwise failed
    with SQLAlchemy complaining:
    ```
        TypeError: Incompatible collection type: dict_values is not list-like
    ```
    2daea796
db_test.py 13.6 KB