parsec-cloud
parsec-cloud copied to clipboard
Remove `LocalDatabase` after oxidation
Remove the python class LocalDatabase after oxidation of the last classes that where using it.
Depend on
- #3168
- #3169
TODOs
- [ ] Remove the class
LocalDatabase - [ ] Rewrite the suite tests
test_disk_fullattests/core/fs/test_disk_full.py - [ ] Rewrite the test
test_workspace_manifest_access_while_speculativeattests/core/fs/test_bootstrap.py - [ ] Rewrite the fixture
persistent_mockupattests/conftest.py
Reminder the goal of the rewrite is to not have the class
LocalDatabasedefined in the python code base.