python3Packages.catalouge: fix tests
This commit is contained in:
parent
d49fc3600e
commit
aee512f62d
@ -3,6 +3,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, importlib-metadata
|
, importlib-metadata
|
||||||
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -18,6 +19,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ importlib-metadata ];
|
propagatedBuildInputs = [ importlib-metadata ];
|
||||||
|
|
||||||
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tiny library for adding function or object registries";
|
description = "Tiny library for adding function or object registries";
|
||||||
homepage = "https://github.com/explosion/catalogue";
|
homepage = "https://github.com/explosion/catalogue";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user