mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python27Packages.idna: enable tests
This commit is contained in:
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)";
|
||||||
|
Loading…
Reference in New Issue
Block a user