python27Packages.idna: enable tests

This commit is contained in:
Martin Weinelt 2021-03-24 17:39:23 +01:00 committed by Frederik Rietdijk
parent 30338a36bf
commit 3de1bde19a

View File

@ -1,6 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestCheckHook
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -12,6 +13,8 @@ buildPythonPackage rec {
sha256 = "b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"; sha256 = "b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6";
}; };
checkInputs = [ pytestCheckHook ];
meta = { meta = {
homepage = "https://github.com/kjd/idna/"; homepage = "https://github.com/kjd/idna/";
description = "Internationalized Domain Names in Applications (IDNA)"; description = "Internationalized Domain Names in Applications (IDNA)";