mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
python3.pkgs.lml: fix build
0.1.0 switched from nose to pytest. But it fails even with that.
This commit is contained in:
parent
43acd21b06
commit
f5525b73a2
@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, nose
|
||||
, pytestCheckHook
|
||||
, mock
|
||||
}:
|
||||
|
||||
@ -15,11 +15,12 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
nose
|
||||
pytestCheckHook
|
||||
mock
|
||||
];
|
||||
|
||||
checkPhase = "nosetests";
|
||||
# Tests broken.
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Load me later. A lazy plugin management system for Python";
|
||||
|
Loading…
Reference in New Issue
Block a user