taipy
taipy copied to clipboard
BUG - Restore migrated entities on SQL test is failing on Windows
- Fix the
test_migrate_sql_backup_and_restore()on Windows due to PermissionError: [WinError 32] because the database is still open when restoring the old entities. - Only happens on Python 3.11