We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb808f commit 4798cd2Copy full SHA for 4798cd2
tests/__init__.py
@@ -2,7 +2,9 @@
2
3
import pathlib
4
5
+# Absolute path to the top level directory
6
ROOT_PATH = pathlib.Path(__file__).parent.parent
7
8
+# Disable Dagger telemetry and PaaS offering
9
os.environ["DO_NOT_TRACK"]= "1"
10
os.environ["NOTHANKS"]= "1"
0 commit comments