You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tests that attempt to import bsddb3. I couldn't run these tests because I could not get bsddb3 to install (because the project is dead). The bsddb3 project page recommends using the berkeleydb, but I couldn't get that to install either (on my m2 mac).
It seems that, at a minimum, we should remove any attempt to import bsddb3, since it's dead. What should we replace it with, if anything?
The text was updated successfully, but these errors were encountered:
There were several of these added a while back in PR ( #186 ), which are all pretty similar
Maybe it would be worth refactoring out one class that could handle any flavor of these (maybe taking an open function to use). Then we could keep the handful that are useful / testable and then point users wanting anything else to the refactored class. WDYT?
We have tests that attempt to import
bsddb3
. I couldn't run these tests because I could not getbsddb3
to install (because the project is dead). Thebsddb3
project page recommends using theberkeleydb
, but I couldn't get that to install either (on my m2 mac).It seems that, at a minimum, we should remove any attempt to import
bsddb3
, since it's dead. What should we replace it with, if anything?The text was updated successfully, but these errors were encountered: