Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
trio_mode = true
asyncio_mode = auto
markers =
core: mark test to run only on Firebolt Core.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ dev =
mock==4.0.3
mypy==0.910
pre-commit==3.5.0
pytest==7.2.0
pytest==8.2.0
pytest-asyncio==1.*
pytest-cov==3.0.0
pytest-trio==0.8.0
sqlalchemy-stubs==0.4
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_sqlalchemy_async_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from sqlalchemy.engine.base import Connection, Engine


@pytest.mark.skip("FIR-47589")
@pytest.mark.usefixtures("setup_test_tables")
class TestAsyncFireboltDialect:
async def test_create_ex_table(
Expand Down