bump databases, remove skip on sqlite test

This commit is contained in:
collerek
2022-01-14 16:54:26 +01:00
parent e7174e321c
commit bf3b36194b
4 changed files with 120 additions and 102 deletions

View File

@ -56,12 +56,8 @@ def create_test_database(): # pragma: no cover
metadata.drop_all(engine)
@pytest.mark.skipif(
database._backend._dialect.name == "sqlite",
reason="wait for fix for sqlite in encode/databases",
)
@pytest.mark.asyncio
async def test_double_nested_reverse_relation(): # pragma: no cover
async def test_double_nested_reverse_relation():
async with database:
data_source = await DataSource(name="local").save()
test_tables = [