diff pyproject.toml @ 1551:00d04f51787e

tests: add `calls` unit tests: fix 423
author Goffi <goffi@goffi.org>
date Wed, 09 Aug 2023 00:22:18 +0200
parents de09d4d25194
children 67ff59465fe4
line wrap: on
line diff
--- a/pyproject.toml	Wed Aug 09 00:22:18 2023 +0200
+++ b/pyproject.toml	Wed Aug 09 00:22:18 2023 +0200
@@ -59,7 +59,9 @@
 [tool.hatch.envs.dev]
 dependencies = [
     "ipdb",
-    "pudb"
+    "pudb",
+    "pytest",
+    "pytest-asyncio"
 ]
 
 [tool.hatch.metadata]