pythonPackages.pathlib: fix tests

This commit is contained in:
Frederik Rietdijk 2016-09-01 20:25:12 +02:00
parent 7b534d4794
commit 4d2420e3f8

View file

@ -17114,6 +17114,10 @@ in modules // {
sha256 = "17zajiw4mjbkkv6ahp3xf025qglkj0805m9s41c45zryzj6p2h39";
};
checkPhase = ''
${python.interpreter} -m unittest discover
'';
meta = {
description = "Object-oriented filesystem paths";
homepage = "https://pathlib.readthedocs.org/";