mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
lookatme: fix tests
This commit is contained in:
parent
40b227e4d0
commit
6436369a07
1 changed files with 11 additions and 1 deletions
|
@ -37,7 +37,17 @@ buildPythonApplication rec {
|
|||
sha256 = "sha256-qIZMkgOm5jXmxTFLTqMBhpLBhfCL8xvUxxqpS6NjcVw=";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkInputs = [
|
||||
pytest-mock
|
||||
pytestCheckHook
|
||||
six
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/d0c-s4vage/lookatme/issues/126
|
||||
"test_sanity_check_that_errors_are_detected"
|
||||
"test_styles_defaults"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
click
|
||||
|
|
Loading…
Reference in a new issue