audeering / audbcards

Data cards for audio datasets
https://audeering.github.io/audbcards/
Other
0 stars 0 forks source link

Depend on audbackend>=2.0.0 #90

Closed hagenw closed 4 months ago

hagenw commented 5 months ago

Updates the code to use the new API of audbackend 2.0.0.

In addition, it fixes the setting of audb shared cache root in tests/conftests.py. There we used

audb.config.SHARED_CACHE = cache

instead of the correct

audb.config.SHARED_CACHE_ROOT = cache
hagenw commented 4 months ago

The error you see is not directly related to Pathlib, but to this issue in the artifactory package: https://github.com/devopshq/artifactory/issues/430.

That's also the reason why we cannot officially support Python 3.12 in audbackend, audb, here, and in a few other packages.