File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,9 @@ allowlist_externals =
4545 ruby
4646 bash
4747 rm
48+ dependency_groups =
49+ test
4850deps =
49- --group test .
5051 neo4j4: neo4j >= 4.4.2, < 5.0
5152 neo4j5: neo4j >= 5.0, < 6.0
5253 neo4j6: neo4j >= 6.0, < 7.0
@@ -75,8 +76,8 @@ passenv =
7576 NEO4J_USER
7677 NEO4J_PASSWORD
7778 NEO4J_DB
78- deps =
79- --group notebook-ci .
79+ dependency_groups =
80+ notebook-ci
8081commands =
8182 python ./scripts/run_notebooks.py
8283
@@ -91,8 +92,8 @@ passenv =
9192 NEO4J_URI
9293 NEO4J_USERNAME
9394 NEO4J_PASSWORD
94- deps =
95- --group notebook-aura-ci .
95+ dependency_groups =
96+ notebook-aura-ci
9697commands =
9798 python ./scripts/run_notebooks.py sessions-attached
9899
@@ -108,8 +109,8 @@ passenv =
108109 NEO4J_URI
109110 NEO4J_USERNAME
110111 NEO4J_PASSWORD
111- deps =
112- --group notebook-aura-ci .
112+ dependency_groups =
113+ notebook-aura-ci
113114commands =
114115 python ./scripts/run_notebooks.py sessions-self-managed-db
115116
You can’t perform that action at this time.
0 commit comments