changeset 4137:10979b5c305a

install: add test dependencies to dev env
author Goffi <goffi@goffi.org>
date Wed, 01 Nov 2023 13:57:08 +0100
parents 72b95cdc3432
children 5de6f3595380
files pyproject.toml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Wed Nov 01 13:55:34 2023 +0100
+++ b/pyproject.toml	Wed Nov 01 13:57:08 2023 +0100
@@ -102,7 +102,10 @@
 [tool.hatch.envs.dev]
 dependencies = [
     "ipdb",
-    "pudb"
+    "pudb",
+    "pytest",
+    "pytest-twisted",
+    "aiosmtpd"
 ]