pythonPackages.pynzb: disable tests

This commit is contained in:
Frederik Rietdijk 2016-12-01 17:06:19 +01:00
parent 13017d8ba6
commit 8b5544bea2

View File

@ -20746,6 +20746,12 @@ in {
sha256 = "0735b3889a1174bbb65418ee503629d3f5e4a63f04b16f46ffba18253ec3ef17";
};
# Can't get them working
doCheck = false;
checkPhase = ''
${python.interpreter} -m unittest -s pynzb -t .
'';
meta = {
homepage = http://github.com/ericflo/pynzb;
description = "Unified API for parsing NZB files";