Skip to content

Commit

Permalink
Re-enable tests that are now passing
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasb committed Oct 23, 2024
1 parent 36ae6a8 commit 8bb2046
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from importlib import import_module

import pytest
from networkx import DiGraph

from pydantic2zod._parser import _ParseModule, parse
Expand Down Expand Up @@ -318,10 +317,6 @@ def test_basic(self):
),
]

@pytest.mark.xfail(
reason="Some cases implemented yet: ignored base class, ignored type is "
"generic type variable: list[IgnoredT]"
)
def test_with_generics(self):
parse = _ParseModule(
import_module("tests.fixtures.all_in_one"),
Expand Down

0 comments on commit 8bb2046

Please sign in to comment.