python.pkgs.futures: fix tests

This commit is contained in:
Robert Schütz 2018-04-06 20:41:33 +02:00 committed by Frederik Rietdijk
parent c5d3633cbc
commit a806280911

View File

@ -13,12 +13,9 @@ buildPythonPackage rec {
disabled = isPy3k; disabled = isPy3k;
checkPhase = '' checkPhase = ''
${python.interpreter} -m unittest discover ${python.interpreter} test_futures.py
''; '';
# Tests fail
doCheck = false;
meta = with lib; { meta = with lib; {
description = "Backport of the concurrent.futures package from Python 3.2"; description = "Backport of the concurrent.futures package from Python 3.2";
homepage = "https://github.com/agronholm/pythonfutures"; homepage = "https://github.com/agronholm/pythonfutures";