Skip to content

Commit

Permalink
Suppress logs in tests
Browse files Browse the repository at this point in the history
Still need to find a cure for the egregious transform output
  • Loading branch information
benchislett committed Jun 27, 2021
1 parent 0096818 commit 1133a63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import os
import logging

import pytest

# Disable crash reporting before running tests
# This MUST come before hub imports to bypass import publication.
os.environ["BUGGER_OFF"] = "true"
logging.basicConfig(level=logging.ERROR)

from hub.api.dataset import Dataset
from hub.constants import (
Expand Down

0 comments on commit 1133a63

Please sign in to comment.