Skip to content

Commit

Permalink
TEMP: printout and raise loglevel in setup_package
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Dec 15, 2024
1 parent 52fb12e commit ba1c109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datalad/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ def prep_tmphome():
_TEMP_PATHS_GENERATED.append(serve_path)

yield

print("CLEANING up the setup_package")
lgr.setLevel(logging.DEBUG)
lgr.debug("Printing versioning information collected so far")
# Query for version of datalad, so it is included in ev.dumps below - useful while
# testing extensions where version of datalad might differ in the environment.
Expand Down

0 comments on commit ba1c109

Please sign in to comment.