We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640c722 commit f4cbe1cCopy full SHA for f4cbe1c
tests/test_generators.py
@@ -8,6 +8,7 @@
8
9
10
@pytest.mark.parametrize("model", MODEL_LISTS)
11
+@pytest.mark.xfail(reason="lack of support for curie in python generator, see issue #2436")
12
def test_python_generators(model):
13
model_python = PythonGenerator(str(model)).serialize()
14
0 commit comments