python3Packages.sqlparse: add some key reverse-dependencies to passthru.tests

This commit is contained in:
Robert Scott
2023-09-29 00:01:47 +01:00
parent e32a6abbe3
commit 87c64a21e4
@@ -5,6 +5,12 @@
, installShellFiles
, pytestCheckHook
, isPy3k
# for passthru.tests
, django
, django_4
, django-silk
, pgadmin
}:
buildPythonPackage rec {
@@ -28,6 +34,10 @@ buildPythonPackage rec {
installManPage docs/sqlformat.1
'';
passthru.tests = {
inherit django django_4 django-silk pgadmin;
};
meta = with lib; {
description = "Non-validating SQL parser for Python";
longDescription = ''