From db173199e61a1ee6c50f8ee464dc4b10fd68023a Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Thu, 7 Nov 2024 10:55:26 +0100 Subject: [PATCH] add the pytest-regtest dep for later --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66953e0..b0fdd44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,9 @@ testing = [ "pytype>=2023.12.18", "logot", "pytest", - "pytest-mock" + "pytest-mock", + # TODO to be explored later + #"pytest-regtest", ] dev = [ "depiction[testing]",