python27Packages.idna: enable tests

This commit is contained in:
Martin Weinelt
2021-04-03 17:49:45 +02:00
committed by Frederik Rietdijk
parent 30338a36bf
commit 3de1bde19a
@@ -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)";