mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
python3Packages.hstspreload: add pythonImportsCheck
This commit is contained in:
parent
3cb87bb668
commit
e55f77277b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user