pythonPackages.pynzb: disable tests
This commit is contained in:
parent
13017d8ba6
commit
8b5544bea2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user