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