File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments