Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Elron Bandel <[email protected]>
  • Loading branch information
elronbandel committed Jan 30, 2024
1 parent 60c81f9 commit eb9e04f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/validity/test_preperation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from src.unitxt.loaders import MissingKaggleCredentialsError
from src.unitxt.logging_utils import get_logger
from src.unitxt.test_utils.catalog import register_local_catalog_for_tests

os.environ["UNITXT_TEST_CARD_DISABLE"] = "True"
os.environ["UNITXT_TEST_METRIC_DISABLE"] = "True"
Expand Down Expand Up @@ -56,10 +55,6 @@ def import_module_from_file(file_path):


class TestExamples(unittest.TestCase):
@classmethod
def setUpClass(cls):
register_local_catalog_for_tests()

def test_prepration(self):
dirs = [
"metrics",
Expand Down

0 comments on commit eb9e04f

Please sign in to comment.