pythonPackages.lockfile: fix tests

Changed files
+4 -1
pkgs
+4 -1
pkgs/top-level/python-packages.nix
···
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;