python310Packages.dj-database-url: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-04-28 08:38:47 +02:00 committed by GitHub
parent 3a5e025fb3
commit c63ff3f64b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";