python3Packages.xgrammar: skip failing test

This commit is contained in:
Gaetan Lepage
2026-02-26 18:10:58 +00:00
parent 0242e961ed
commit 8b37f1b3a9
@@ -94,6 +94,11 @@ buildPythonPackage rec {
"test_json_schema_converter"
];
disabledTestPaths = [
# Requires internet access
"tests/python/test_structural_tag_converter.py"
];
pythonImportsCheck = [ "xgrammar" ];
meta = {