mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python.pkgs.futures: fix tests
This commit is contained in:
parent
c5d3633cbc
commit
a806280911
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue