algolab-quantique / Algolab-Tools

GNU General Public License v3.0
0 stars 0 forks source link

Tests are not working in Mac #1

Open Abduhu opened 1 month ago

Abduhu commented 1 month ago

How tp produce the error ?

pytest .

What I got in mac ?

error: db type is dbm.gnu, but the module is not available

AlexandreFoley commented 1 month ago

In order to execute the test, a shelve database stored in the test folder must first be read. This error indicate that it failed to read this database for some reason. I need more information to do anything about it. What version of python are you using?

Abduhu commented 1 month ago

I am using python 3.12.4