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