python3Packages.idna: enable tests

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

View file

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