tests: add pytest-asyncio dependency

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-21 10:23:19 -08:00
parent 0d6c680133
commit 76884877dd
3 changed files with 2 additions and 5 deletions

View File

@@ -93,7 +93,3 @@ class TestLangchain(unittest.IsolatedAsyncioTestCase):
# This next one would fail with:
# AssertionError: ' H e l l o d e a r h u m a n' != 'Hello dear human'
# self.assertEqual(tma_out.messages[-1]["content"], self.expected_response)
if __name__ == "__main__":
unittest.main()