···53 typing-extensions
54 ];
5556- # fails to import graphql, but integrated graphql support is about to
57- # be removed in 0.15, see https://github.com/encode/starlette/pull/1135.
58- disabledTestPaths = [ "tests/test_graphql.py" ];
00005960 pythonImportsCheck = [ "starlette" ];
61
···53 typing-extensions
54 ];
5556+ disabledTestPaths = [
57+ # fails to import graphql, but integrated graphql support is about to
58+ # be removed in 0.15, see https://github.com/encode/starlette/pull/1135.
59+ "tests/test_graphql.py"
60+ # contextfunction was removed in Jinja 3.1
61+ "tests/test_templates.py"
62+ ];
6364 pythonImportsCheck = [ "starlette" ];
65