Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Mar 10, 2024
1 parent 3ffcae8 commit a7e3e8e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/flytekit-pydantic/tests/test_type_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import pytest
from flyteidl.core.types_pb2 import SimpleType
from flytekitplugins.pydantic import BaseModelTransformer
from flytekitplugins.pydantic.commons import PYDANTIC_SUPPORTED_FLYTE_TYPES

import flytekit
from flytekit.core import context_manager
Expand Down Expand Up @@ -282,10 +281,6 @@ def wf():
wf()


def test_supported():
assert len(PYDANTIC_SUPPORTED_FLYTE_TYPES) == 14


def test_single_df():
ctx = context_manager.FlyteContextManager.current_context()
lt = TypeEngine.to_literal_type(ConfigWithPandasDataFrame)
Expand Down

0 comments on commit a7e3e8e

Please sign in to comment.