diff --git a/piker/config.py b/piker/config.py index 1e69b218..e4c2705f 100644 --- a/piker/config.py +++ b/piker/config.py @@ -30,7 +30,7 @@ from bidict import bidict import toml from .log import get_logger -from tests.test_services import get_test_app_dir + log = get_logger('broker-config') # taken from ``click`` since apparently they have some @@ -78,7 +78,7 @@ def get_app_dir(app_name, roaming=True, force_posix=False): # within the tractor runtimes and store testing config data # outside of the users filesystem if "pytest" in sys.modules: - return get_test_app_dir() + app_name += '/_testing' # if WIN: if platform.system() == 'Windows':