Unverified Commit c63ff3f6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.dj-database-url: add pythonImportsCheck

parent 3a5e025f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@ buildPythonPackage rec {
  # Tests access a DB via network
  doCheck = false;

  pythonImportsCheck = [
    "dj_database_url"
  ];

  meta = with lib; {
    description = "Use Database URLs in your Django Application";
    homepage = "https://github.com/jazzband/dj-database-url";