mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Fixes trailing whitespace
This commit is contained in:
parent
2030061cef
commit
cf7dd8c22b
@ -67,10 +67,9 @@ buildPythonPackage rec {
|
||||
"TestInstallServerExtension"
|
||||
"launch_socket"
|
||||
"sock_server"
|
||||
]
|
||||
++ lib.optional stdenv.isDarwin [
|
||||
] ++ lib.optional stdenv.isDarwin [
|
||||
"test_delete"
|
||||
"test_checkpoints_follow_file"
|
||||
"test_checkpoints_follow_file"
|
||||
];
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
|
Loading…
Reference in New Issue
Block a user