update neo4j image version and modify test command to disable specific databases

This commit is contained in:
Daniel Chalef 2025-09-24 21:15:56 -07:00
parent 6933179eea
commit 04288ef9af
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ lint:
# Run tests
test:
$(PYTEST)
DISABLE_FALKORDB=1 DISABLE_KUZU=1 DISABLE_NEPTUNE=1 $(PYTEST) -m "not integration"
# Run format, lint, and test
check: format lint test
check: format lint test

View file

@ -25,7 +25,7 @@ services:
- PORT=8000
neo4j:
image: neo4j:5.22.0
image: neo4j:5.26.2
ports:
- "7474:7474"
- "${NEO4J_PORT}:${NEO4J_PORT}"