Skip to content

Commit 2626bb3

Browse files
committed
Handle jupyter deprecation warning
1 parent c9b6457 commit 2626bb3

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/gds-integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
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

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
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/

python-wrapper/tests/pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[pytest]
22
markers =
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

0 commit comments

Comments
 (0)