Unverified Commit afaf2f23 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

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

python3Packages.sqlparse: add some key reverse-dependencies to `passthru.tests`
parents e8ac355e 87c64a21
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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 = ''