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