mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Don't hang in db.execute_write_fn() if connection fails
Closes #935 Refs https://github.com/simonw/latest-datasette-with-all-plugins/issues/3
This commit is contained in:
parent
13b3b51087
commit
b86f94883b
3 changed files with 32 additions and 6 deletions
1
setup.py
1
setup.py
|
|
@ -72,6 +72,7 @@ setup(
|
|||
"pytest-asyncio>=0.10,<0.15",
|
||||
"beautifulsoup4>=4.8.1,<4.10.0",
|
||||
"black~=19.10b0",
|
||||
"pytest-timeout>=1.4.2,<1.5",
|
||||
],
|
||||
},
|
||||
tests_require=["datasette[test]"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue