mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Fix trollius buildon sandboxed pure darwin
Skipped six tests that fail because of sandbox restrictions (namely the three variants of test_read_pty_output and test_write_pty).
This commit is contained in:
parent
59c130a690
commit
038c7a60a1
@ -21791,6 +21791,8 @@ in modules // {
|
||||
sed -i -e "s|test_open_unix_connection_error|skip_test_open_unix_connection_error|" tests/test_streams.py
|
||||
sed -i -e "s|test_open_unix_connection_no_loop_ssl|skip_test_open_unix_connection_no_loop_ssl|" tests/test_streams.py
|
||||
sed -i -e "s|test_open_unix_connection|skip_test_open_unix_connection|" tests/test_streams.py
|
||||
sed -i -e "s|test_read_pty_output|skip_test_read_pty_output|" tests/test_events.py
|
||||
sed -i -e "s|test_write_pty|skip_test_write_pty|" tests/test_events.py
|
||||
sed -i -e "s|test_start_unix_server|skip_test_start_unix_server|" tests/test_streams.py
|
||||
sed -i -e "s|test_unix_sock_client_ops|skip_test_unix_sock_client_ops|" tests/test_events.py
|
||||
sed -i -e "s|test_unix_sock_client_ops|skip_test_unix_sock_client_ops|" tests/test_events.py
|
||||
|
Loading…
Reference in New Issue
Block a user