pythonPackages.lockfile: fix tests

This commit is contained in:
Frederik Rietdijk 2016-10-19 11:08:26 +02:00
parent f64b574e1d
commit b842480f09

View File

@ -13440,12 +13440,15 @@ in {
url = "https://github.com/openstack/pylockfile/archive/${version}.tar.gz"; url = "https://github.com/openstack/pylockfile/archive/${version}.tar.gz";
}; };
doCheck = true;
OSLO_PACKAGE_VERSION = "${version}"; OSLO_PACKAGE_VERSION = "${version}";
buildInputs = with self; [ buildInputs = with self; [
pbr nose sphinx_1_2 pbr nose sphinx_1_2
]; ];
checkPhase = ''
nosetests
'';
meta = { meta = {
homepage = http://launchpad.net/pylockfile; homepage = http://launchpad.net/pylockfile;
description = "Platform-independent advisory file locking capability for Python applications"; description = "Platform-independent advisory file locking capability for Python applications";