···5353 typing-extensions
5454 ];
55555656- # fails to import graphql, but integrated graphql support is about to
5757- # be removed in 0.15, see https://github.com/encode/starlette/pull/1135.
5858- disabledTestPaths = [ "tests/test_graphql.py" ];
5656+ disabledTestPaths = [
5757+ # fails to import graphql, but integrated graphql support is about to
5858+ # be removed in 0.15, see https://github.com/encode/starlette/pull/1135.
5959+ "tests/test_graphql.py"
6060+ # contextfunction was removed in Jinja 3.1
6161+ "tests/test_templates.py"
6262+ ];
59636064 pythonImportsCheck = [ "starlette" ];
6165