From 133513b065682076fe83c00458daaedeadb73a65 Mon Sep 17 00:00:00 2001 From: "Marco A. Feliu" Date: Fri, 6 May 2022 11:45:34 -0400 Subject: [PATCH] python3Packages.dash: add test dependency The package could not `import yaml` during the 'pytestCheckPhase' --- pkgs/development/python-modules/dash/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/dash/default.nix b/pkgs/development/python-modules/dash/default.nix index dfae5ea249d2..ffbc0341fd36 100644 --- a/pkgs/development/python-modules/dash/default.nix +++ b/pkgs/development/python-modules/dash/default.nix @@ -9,6 +9,7 @@ , dash-table , pytest-mock , mock +, pyyaml , pytestCheckHook , pythonOlder }: @@ -40,6 +41,7 @@ buildPythonPackage rec { pytestCheckHook pytest-mock mock + pyyaml ]; disabledTestPaths = [