diff --git a/cdist/test/exec/local.py b/cdist/test/exec/local.py index 0e0cc755..0865b7dc 100644 --- a/cdist/test/exec/local.py +++ b/cdist/test/exec/local.py @@ -170,6 +170,9 @@ class LocalTestCase(test.CdistTestCase): os.environ['CDIST_PATH'] = conf_dir + # bypass singleton from other tests if any + cc.Configuration.instance = None + configuration = cc.Configuration(argparse.Namespace(), env=os.environ)