lookatme: fix tests

This commit is contained in:
Martin Weinelt 2022-03-31 23:02:49 +02:00
parent 40b227e4d0
commit 6436369a07

View file

@ -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