Merge pull request #229186 from risicle/ris-sqlparse-passthru-tests

python3Packages.sqlparse: add some key reverse-dependencies to `passthru.tests`
This commit is contained in:
Robert Scott 2023-09-29 00:43:28 +01:00 committed by GitHub
commit afaf2f23ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''