docutils: Enable tests

This commit is contained in:
Tuomas Tynkkynen 2017-12-26 19:57:54 +02:00
parent 8ce4467495
commit c47a1ba62a

View file

@ -7912,8 +7912,11 @@ in {
sha256 = "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji";
};
# error: invalid command 'test'
doCheck = false;
checkPhase = if isPy3k then ''
${python.interpreter} test3/alltests.py
'' else ''
${python.interpreter} test/alltests.py
'';
# Create symlinks lacking a ".py" suffix, many programs depend on these names
postFixup = ''