Skip to content

Commit 5c6ba50

Browse files
leiserfgJohnRTitor
authored andcommitted
kitty: refactor skip test that fail in darwin sandbox
1 parent 84d3794 commit 5c6ba50

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pkgs/by-name/ki/kitty/package.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,16 @@ buildPythonApplication rec {
231231

232232
# skip failing tests due to darwin sandbox
233233
preCheck = lib.optionalString stdenv.hostPlatform.isDarwin ''
234-
# can be re-enabled with the next kitty release, see https://github.com/kovidgoyal/kitty/pull/7939
234+
235235
substituteInPlace kitty_tests/file_transmission.py \
236236
--replace test_transfer_send dont_test_transfer_send
237+
238+
substituteInPlace kitty_tests/ssh.py \
239+
--replace test_ssh_connection_data no_test_ssh_connection_data \
240+
241+
substituteInPlace kitty_tests/shell_integration.py \
242+
--replace test_fish_integration no_test_fish_integration
243+
237244
# theme collection test starts an http server
238245
rm tools/themes/collection_test.go
239246
# passwd_test tries to exec /usr/bin/dscl

0 commit comments

Comments
 (0)