# HG changeset patch # User Goffi # Date 1698843428 -3600 # Node ID 10979b5c305a2fa9b1bd7ef2c6835d1abc5a3e87 # Parent 72b95cdc3432894ff108cb5cc8eddc8cb77a475b install: add test dependencies to dev env diff -r 72b95cdc3432 -r 10979b5c305a pyproject.toml --- 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" ]