diff --git a/requirements-test.txt b/requirements-test.txt index 00452ef..bdf4eec 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,6 +5,7 @@ pytest-cov # coverage test pg8000 attrs superjson -pandas +pandas>=2.0.0,<3.0.0 +moto>=4.1.12,<5.0.0 boto_session_manager>=1.7.2,<2.0.0 s3pathlib>=2.1.2,<3.0.0 diff --git a/tests/crud/test_crud_inserting.py b/tests/crud/test_crud_inserting.py index db92c61..80743b5 100644 --- a/tests/crud/test_crud_inserting.py +++ b/tests/crud/test_crud_inserting.py @@ -91,7 +91,7 @@ def test_smart_insert(self): # ------ After State ------ assert elapse1 < elapse2 - def _test_smart_insert_single_row(self): + def test_smart_insert_single_row(self): assert count_row(self.engine, t_smart_insert) == 0 data = {"id": 1}