about summary refs log tree commit diff
path: root/pkgs/development/python-modules/glasgow
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2019-09-27 15:07:36 +0100
committerAustin Seipp <aseipp@pobox.com>2019-09-28 16:55:21 -0500
commit67393f6441317b54bbabc4f08b1bf8316a501728 (patch)
treeaacc7f6e47a26f30b19673f55658e21fe2823ea5 /pkgs/development/python-modules/glasgow
parentabcd56bd779e8c4b703ad7302ca79348f0fca375 (diff)
downloadnixlib-67393f6441317b54bbabc4f08b1bf8316a501728.tar
nixlib-67393f6441317b54bbabc4f08b1bf8316a501728.tar.gz
nixlib-67393f6441317b54bbabc4f08b1bf8316a501728.tar.bz2
nixlib-67393f6441317b54bbabc4f08b1bf8316a501728.tar.lz
nixlib-67393f6441317b54bbabc4f08b1bf8316a501728.tar.xz
nixlib-67393f6441317b54bbabc4f08b1bf8316a501728.tar.zst
nixlib-67393f6441317b54bbabc4f08b1bf8316a501728.zip
glasgow: enable tests
Diffstat (limited to 'pkgs/development/python-modules/glasgow')
-rw-r--r--pkgs/development/python-modules/glasgow/default.nix3
1 files changed, 1 insertions, 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