call site 9 for execnet.PopenGateway.remote_exec
execnet/testing/test_gateway.py - line 127
126
127
128
   def test_channel_close_and_then_receive_error(self):
->     channel = self.gw.remote_exec('raise ValueError')
       py.test.raises(channel.RemoteError, channel.receive)