Merge pull request #246032 from nagy/sqlite-utils-repair

sqlite-utils: repair, add test
This commit is contained in:
Fabian Affolter 2023-08-01 21:22:53 +02:00 committed by GitHub
commit c2dce009db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,11 @@
, python-dateutil
, sqlite-fts4
, tabulate
, pluggy
, pytestCheckHook
, hypothesis
, testers
, sqlite-utils
}:
buildPythonPackage rec {
@ -35,6 +38,7 @@ buildPythonPackage rec {
python-dateutil
sqlite-fts4
tabulate
pluggy
];
nativeCheckInputs = [
@ -46,6 +50,10 @@ buildPythonPackage rec {
"sqlite_utils"
];
passthru.tests.version = testers.testVersion {
package = sqlite-utils;
};
meta = with lib; {
description = "Python CLI utility and library for manipulating SQLite databases";
homepage = "https://github.com/simonw/sqlite-utils";