sqlite: add sqldiff, sqlite-analyzer to passthru.tests
This commit is contained in:
parent
ac896239be
commit
70f0ca3480
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib, stdenv, fetchurl, zlib, interactive ? false, readline, ncurses
|
||||
, python3Packages
|
||||
, enableDeserialize ? false
|
||||
, sqldiff, sqlite-analyzer
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
@ -85,6 +86,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
passthru.tests = {
|
||||
inherit (python3Packages) sqlalchemy;
|
||||
inherit sqldiff sqlite-analyzer;
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue