mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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:
commit
afaf2f23ca
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user