diff --git a/pkgs/development/python-modules/nose2pytest/default.nix b/pkgs/development/python-modules/nose2pytest/default.nix index a1aaa748db0b..b7a765f696f3 100644 --- a/pkgs/development/python-modules/nose2pytest/default.nix +++ b/pkgs/development/python-modules/nose2pytest/default.nix @@ -5,6 +5,7 @@ fetchpatch2, setuptools, fissix, + pytest, pytestCheckHook, nose, }: @@ -37,7 +38,10 @@ buildPythonPackage { build-system = [ setuptools ]; - dependencies = [ fissix ]; + dependencies = [ + fissix + pytest + ]; nativeCheckInputs = [ pytestCheckHook