pythonPackages.lockfile: fix tests
This commit is contained in:
parent
f64b574e1d
commit
b842480f09
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user