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:
Simon Willison 2020-08-15 15:35:31 -07:00 committed by GitHub
commit b86f94883b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 6 deletions

View file

@ -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]"],