diff --git a/tests/__init__.py b/tests/__init__.py index cfd6e3539..4fecf11ee 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -2,7 +2,9 @@ import pathlib +# Absolute path to the top level directory ROOT_PATH = pathlib.Path(__file__).parent.parent +# Disable Dagger telemetry and PaaS offering os.environ["DO_NOT_TRACK"]= "1" os.environ["NOTHANKS"]= "1"