pythonPackages.lockfile: fix tests

This commit is contained in:
Frederik Rietdijk
2016-10-22 16:47:21 +02:00
parent f64b574e1d
commit b842480f09
+4 -1
View File
@@ -13440,12 +13440,15 @@ in {
url = "https://github.com/openstack/pylockfile/archive/${version}.tar.gz";
};
doCheck = true;
OSLO_PACKAGE_VERSION = "${version}";
buildInputs = with self; [
pbr nose sphinx_1_2
];
checkPhase = ''
nosetests
'';
meta = {
homepage = http://launchpad.net/pylockfile;
description = "Platform-independent advisory file locking capability for Python applications";