python.pkgs.backports_lzma: fix tests
This commit is contained in:
parent
ab772d066d
commit
523a7c879f
@ -20,9 +20,8 @@ if !(pythonOlder "3.3") then null else buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ lzma ];
|
buildInputs = [ lzma ];
|
||||||
|
|
||||||
# Needs the compiled module in $out
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
PYTHONPATH=$out/${python.sitePackages}:$PYTHONPATH ${python.interpreter} -m unittest discover -s test
|
${python.interpreter} test/test_lzma.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
@ -30,4 +29,4 @@ if !(pythonOlder "3.3") then null else buildPythonPackage rec {
|
|||||||
homepage = https://github.com/peterjc/backports.lzma;
|
homepage = https://github.com/peterjc/backports.lzma;
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user