From 70bc1fbeb74b0d8e2754ad7808756bad32c9b315 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 3 Jan 2023 16:07:06 +0100 Subject: [PATCH] python3Packages.etuples: Pass py into checkInputs --- pkgs/development/python-modules/etuples/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/etuples/default.nix b/pkgs/development/python-modules/etuples/default.nix index 31a3c9198c7..d2785519bf8 100644 --- a/pkgs/development/python-modules/etuples/default.nix +++ b/pkgs/development/python-modules/etuples/default.nix @@ -3,6 +3,7 @@ , fetchFromGitHub , cons , multipledispatch +, py , pytestCheckHook , pytest-html }: @@ -24,6 +25,7 @@ buildPythonPackage rec { ]; checkInputs = [ + py pytestCheckHook pytest-html ];