Skip to content

Commit

Permalink
python3Packages.hstspreload: add pythonImportsCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Dec 21, 2020
1 parent 3cb87bb commit e55f772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/hstspreload/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit e55f772

Please sign in to comment.