Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
Signed-off-by: Jiajun Yao <[email protected]>
  • Loading branch information
jjyao committed Sep 26, 2024
1 parent bf73bd9 commit 9ecb326
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/ray/tests/test_minimal_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,14 @@ def test_correct_python_version():


class MockBaseModel:
model_fields = {}

def __init__(self, *args, **kwargs):
pass

def __init_subclass__(self, *args, **kwargs):
pass

@property
def __fields__():
return {}


def _make_mock_pydantic_modules(pydantic_version: str) -> Dict:
"""Make a mock for the `pydantic` module.
Expand Down

0 comments on commit 9ecb326

Please sign in to comment.