Skip to content

Commit

Permalink
fixup, explanatory comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jul 22, 2024
1 parent 6fb808f commit 4798cd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4798cd2

Please sign in to comment.