python3Packages.idna: enable tests
This commit is contained in:
parent
1e89d4cccd
commit
30338a36bf
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -12,6 +13,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1";
|
sha256 = "c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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…
x
Reference in New Issue
Block a user