File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 AURA_API_CLIENT_ID : 4V1HYCYEeoU4dSxThKnBeLvE2U4hSphx
4242 AURA_API_CLIENT_SECRET : ${{ secrets.AURA_API_CLIENT_SECRET }}
4343 AURA_API_TENANT_ID : eee7ec28-6b1a-5286-8e3a-3362cc1c4c78
44- run : pytest tests/ --include-neo4j-and-gds -Werror
44+ JUPYTER_PLATFORM_DIRS : 1
45+ run : pytest tests/ --include-neo4j-and-gds
Original file line number Diff line number Diff line change 6363 # skip gds for now as it is not available for python 3.13
6464
6565 - name : Run tests
66- run : pytest tests/ -Werror
66+ run : pytest tests/
Original file line number Diff line number Diff line change 11[pytest]
22markers =
33 requires_neo4j_and_gds: mark a test as a requiring a Neo4j instance with GDS running
4+ filterwarnings =
5+ error
6+ ignore:Jupyter is migrating its paths to use standard platformdirs*:DeprecationWarning
You can’t perform that action at this time.
0 commit comments