Merge pull request #246032 from nagy/sqlite-utils-repair
sqlite-utils: repair, add test
This commit is contained in:
commit
c2dce009db
1 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue