From f690cacb06c8980b16cd10d1ffd93dcc3d409464 Mon Sep 17 00:00:00 2001 From: Maxim Krivchikov Date: Fri, 11 Sep 2020 09:11:09 +0300 Subject: [PATCH] python3Packages.python-docx: run behave tests Previously the problematic "behave" dependency was not even used at checkPhase. --- pkgs/development/python-modules/python-docx/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/python-docx/default.nix b/pkgs/development/python-modules/python-docx/default.nix index 15ccd45760d..025a13958cd 100644 --- a/pkgs/development/python-modules/python-docx/default.nix +++ b/pkgs/development/python-modules/python-docx/default.nix @@ -22,6 +22,7 @@ buildPythonPackage rec { checkPhase = '' py.test tests + behave --format progress --stop --tags=-wip ''; meta = {