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 = [