Merge pull request #182623 from winterqt/thefuck-optionals
thefuck: lib.optional -> lib.optionals
This commit is contained in:
@@ -18,7 +18,7 @@ buildPythonApplication rec {
|
||||
|
||||
checkInputs = [ go mock pytestCheckHook pytest-mock ];
|
||||
|
||||
disabledTests = lib.optional stdenv.isDarwin [
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
"test_settings_defaults"
|
||||
"test_from_file"
|
||||
"test_from_env"
|
||||
|
||||
Reference in New Issue
Block a user