Closed
Description
Bug report
Bug description:
Just compiled 3.13.0rc2 today and ran into this issue with test_sqlite3. A commit added an intentional foreign key violation in test_dump.py, but the test doesn't consider that SQLite may have been compiled with foreign keys enabled by default. Just needs to have that turned off for the test.
CPython versions tested on:
3.13
Operating systems tested on:
Linux