audeering / audb

Manage audio and video databases
https://audeering.github.io/audb/
Other
23 stars 1 forks source link

Test backward compatibility 2 virtualenv #428

Closed hagenw closed 1 month ago

hagenw commented 1 month ago

Try to use a fixture to install different pandas versions.

hagenw commented 1 month ago

This is an alternative implementation to https://github.com/audeering/audb/pull/417, which tried to use the pytest-virtualenv extension to build the cache files needed for testing on the fly, by creating additional virtual environments and caching the results in the pytest cache.

As pytest-virtualenv does not work without setup.py and was not updated for a long time, we decided against it.