Commit 5d06f005 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2866081a
......@@ -35,7 +35,7 @@ from ZODB.utils import z64, u64, p64
import sys, os, os.path, subprocess, threading, inspect, traceback
from errno import EINVAL
from golang import chan, func, defer, select
from golang import go, chan, func, defer, select
from golang import context, sync, time
from zodbtools.util import ashex as h, fromhex
from pytest import raises
......@@ -984,7 +984,6 @@ def test_wcfs():
def _(ctx):
print()
print('AAA')
raise RuntimeError('zzz')
pinv = wl._expectPin(ctx, zf, pinok)
print('BBB')
ev.append('pin rx')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment