update neo4j image version and modify test command to disable specific databases
This commit is contained in:
parent
6933179eea
commit
04288ef9af
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue