forked from mirrors/nixpkgs
pythonPackages.trollius: skip one test from tests/test_subprocess.py (only on darwin)
This commit is contained in:
parent
c3ef13a828
commit
a241639bcf
|
@ -27621,12 +27621,13 @@ 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_pause_reading|skip_test_pause_reading|" tests/test_subprocess.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
|
||||
sed -i -e "s|test_unix_sock_client_ops|skip_test_unix_sock_client_ops|" tests/test_events.py
|
||||
sed -i -e "s|test_write_pty|skip_test_write_pty|" tests/test_events.py
|
||||
'' + optionalString isPy26 ''
|
||||
sed -i -e "s|test_env_var_debug|skip_test_env_var_debug|" tests/test_tasks.py
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue