Skip to content

Commit f4cbe1c

Browse files
committed
adding mark.xfail for test with python generator
1 parent 640c722 commit f4cbe1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_generators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99

1010
@pytest.mark.parametrize("model", MODEL_LISTS)
11+
@pytest.mark.xfail(reason="lack of support for curie in python generator, see issue #2436")
1112
def test_python_generators(model):
1213
model_python = PythonGenerator(str(model)).serialize()
1314

0 commit comments

Comments
 (0)