python.pkgs.futures: fix tests
This commit is contained in:
parent
c5d3633cbc
commit
a806280911
@ -13,12 +13,9 @@ buildPythonPackage rec {
|
||||
disabled = isPy3k;
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} -m unittest discover
|
||||
${python.interpreter} test_futures.py
|
||||
'';
|
||||
|
||||
# Tests fail
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Backport of the concurrent.futures package from Python 3.2";
|
||||
homepage = "https://github.com/agronholm/pythonfutures";
|
||||
|
Loading…
Reference in New Issue
Block a user