We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2489d73 commit a07b8a2Copy full SHA for a07b8a2
requirements-test.txt
@@ -5,6 +5,7 @@ pytest-cov # coverage test
5
pg8000
6
attrs
7
superjson
8
-pandas
+pandas>=2.0.0,<3.0.0
9
+moto>=4.1.12,<5.0.0
10
boto_session_manager>=1.7.2,<2.0.0
11
s3pathlib>=2.1.2,<3.0.0
tests/crud/test_crud_inserting.py
@@ -91,7 +91,7 @@ def test_smart_insert(self):
91
# ------ After State ------
92
assert elapse1 < elapse2
93
94
- def _test_smart_insert_single_row(self):
+ def test_smart_insert_single_row(self):
95
assert count_row(self.engine, t_smart_insert) == 0
96
97
data = {"id": 1}
0 commit comments