python27Packages.idna: enable tests

authored by Martin Weinelt and committed by Frederik Rietdijk 3de1bde1 30338a36

+3
+3
pkgs/development/python-modules/idna/2.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 }: 5 6 buildPythonPackage rec { ··· 11 inherit pname version; 12 sha256 = "b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"; 13 }; 14 15 meta = { 16 homepage = "https://github.com/kjd/idna/";
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 + , pytestCheckHook 5 }: 6 7 buildPythonPackage rec { ··· 12 inherit pname version; 13 sha256 = "b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"; 14 }; 15 + 16 + checkInputs = [ pytestCheckHook ]; 17 18 meta = { 19 homepage = "https://github.com/kjd/idna/";