Skip to content

Commit

Permalink
merge conf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u committed Jun 28, 2021
2 parents 92b486d + 50b2d39 commit 4a0069a
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 posixpath
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 4a0069a

Please sign in to comment.