mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
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";
|
||||
};
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user