python3Packages.xgrammar: skip failing test (#494444)

This commit is contained in:
Martin Weinelt
2026-02-26 20:20:25 +00:00
committed by GitHub
@@ -94,6 +94,11 @@ buildPythonPackage rec {
"test_json_schema_converter"
];
disabledTestPaths = [
# Requires internet access
"tests/python/test_structural_tag_converter.py"
];
pythonImportsCheck = [ "xgrammar" ];
meta = {