Tests for this package may fail if you have other packages installed that use sqlite-utils, because the test suite for sqlite-utils incorrectly fails to limit its testing to its own code and accidentally pulls in other packages' subcommands that don't meet the standards it's testing for.
This is a bug in sqlite-utils and has been reported upstream: https://github.com/simonw/sqlite-utils/issues/713
As a workaround, you can uninstall dependent packages (e.g. python-sqlite-migrate) while running checks, or disable checks when building.
Pinned Comments
raxod502 commented on 2026-05-02 02:26 (UTC)
Tests for this package may fail if you have other packages installed that use sqlite-utils, because the test suite for sqlite-utils incorrectly fails to limit its testing to its own code and accidentally pulls in other packages' subcommands that don't meet the standards it's testing for.
This is a bug in sqlite-utils and has been reported upstream: https://github.com/simonw/sqlite-utils/issues/713
As a workaround, you can uninstall dependent packages (e.g. python-sqlite-migrate) while running checks, or disable checks when building.