diff --git a/pytest.ini b/pytest.ini index c2c378f..b5c2498 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] -trio_mode = true +asyncio_mode = auto markers = core: mark test to run only on Firebolt Core. \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 4f51f65..9203a6c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/tests/integration/test_sqlalchemy_async_integration.py b/tests/integration/test_sqlalchemy_async_integration.py index 8573146..b93c964 100644 --- a/tests/integration/test_sqlalchemy_async_integration.py +++ b/tests/integration/test_sqlalchemy_async_integration.py @@ -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(