mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
This commit is contained in:
@@ -65,7 +65,7 @@ buildPythonPackage rec {
|
||||
"test_large_stdout_blob"
|
||||
# Failed: DID NOT RAISE <class 'RuntimeError'>
|
||||
"test_validate_pattern"
|
||||
] ++ lib.optional stdenv.isDarwin [
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# test_process_isolation_settings is currently broken on Darwin Catalina
|
||||
# https://github.com/ansible/ansible-runner/issues/413
|
||||
"process_isolation_settings"
|
||||
|
||||
Reference in New Issue
Block a user