python3Packages.clickclick: fix tests
This commit is contained in:
parent
22ef38bdad
commit
74e0cbf32d
@ -14,8 +14,10 @@ buildPythonPackage rec {
|
||||
checkInputs = [ pytestCheckHook pytestcov ];
|
||||
propagatedBuildInputs = [ flake8 click pyyaml six ];
|
||||
|
||||
disabledTests = lib.optionals isPy36 [
|
||||
# test_cli asserts on exact quoting style of output
|
||||
disabledTests = [
|
||||
"test_cli"
|
||||
] ++ lib.optionals isPy36 [
|
||||
"test_choice_default"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user