python3Packages.hstspreload: add pythonImportsCheck

This commit is contained in:
Martin Weinelt 2020-12-21 01:29:55 +01:00
parent 3cb87bb668
commit e55f77277b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,6 +19,8 @@ buildPythonPackage rec {
# tests require network connection
doCheck = false;
pythonImportsCheck = [ "hstspreload" ];
meta = with lib; {
description = "Chromium HSTS Preload list as a Python package and updated daily";
homepage = "https://github.com/sethmlarson/hstspreload";