Merge pull request #182623 from winterqt/thefuck-optionals

thefuck: lib.optional -> lib.optionals
This commit is contained in:
Mario Rodas 2022-07-23 18:55:17 -05:00 committed by GitHub
commit b9baee6e15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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