Removed rogue pdb=True, refs #1377

pull/1368/head
Simon Willison 2021-06-23 15:50:48 -07:00
rodzic b1fd24ac9f
commit 02b19c7a9a
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -153,7 +153,6 @@ def make_app_client(
static_mounts=static_mounts,
template_dir=template_dir,
crossdb=crossdb,
pdb=True,
)
ds.sqlite_functions.append(("sleep", 1, lambda n: time.sleep(float(n))))
yield TestClient(ds)