python3Packages.catalouge: fix tests

This commit is contained in:
Jonathan Ringer 2020-08-29 11:31:02 -07:00 committed by Frederik Rietdijk
parent d49fc3600e
commit aee512f62d

View file

@ -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";