From 67393f6441317b54bbabc4f08b1bf8316a501728 Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 27 Sep 2019 15:07:36 +0100 Subject: [PATCH] glasgow: enable tests --- pkgs/development/python-modules/glasgow/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/glasgow/default.nix b/pkgs/development/python-modules/glasgow/default.nix index ceab6b7e83e5..6e314668faec 100644 --- a/pkgs/development/python-modules/glasgow/default.nix +++ b/pkgs/development/python-modules/glasgow/default.nix @@ -49,9 +49,8 @@ buildPythonPackage rec { export SETUPTOOLS_SCM_PRETEND_VERSION="${realVersion}" ''; - # a couple failing tests and also installCheck tries to build_ext again + # installCheck tries to build_ext again doInstallCheck = false; - doCheck = false; checkPhase = '' python -m unittest discover