Skip to content

Commit a939682

Browse files
authored
Update test_gateway.py
1 parent 931043e commit a939682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/test_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def test_popen_stderr_tracing(
503503
monkeypatch.setenv("EXECNET_DEBUG", "2")
504504
gw = makegateway("popen")
505505
pid = gw.remote_exec("import os ; channel.send(os.getpid())").receive()
506-
out, err = capfd.readouterr()
506+
_out, err = capfd.readouterr()
507507
worker_line = "[%s] creating workergateway" % pid
508508
assert worker_line in err
509509
gw.exit()

0 commit comments

Comments
 (0)