1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.zope_testrunner: enable tests

This commit is contained in:
Domen Kožar 2014-09-06 15:56:48 +02:00
parent ed706113a8
commit b08be36879

View file

@ -9779,8 +9779,7 @@ rec {
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ] ++ optional (!python.is_py3k or false) subunit;
# a test is failing
doCheck = false;
doCheck = true;
meta = {
description = "A flexible test runner with layer support";