From 1d540963791706f93c7d10744d91bf3a28fc623b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 25 Apr 2025 23:21:19 -0400 Subject: [PATCH] Add todo for `dulwhich` as dep --- tractor/_testing/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tractor/_testing/__init__.py b/tractor/_testing/__init__.py index 88860d13..bb964ed3 100644 --- a/tractor/_testing/__init__.py +++ b/tractor/_testing/__init__.py @@ -37,6 +37,9 @@ from .fault_simulation import ( ) +# TODO, use dulwhich for this instead? +# -> we're going to likely need it (or something similar) +# for supporting hot-coad reload feats eventually anyway! def repodir() -> pathlib.Path: ''' Return the abspath to the repo directory.