Skip to content

Commit cba937c

Browse files
committed
Fix syntax to install dependency-groups
1 parent fbfae4b commit cba937c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tox.ini

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ allowlist_externals =
4545
ruby
4646
bash
4747
rm
48+
dependency_groups =
49+
test
4850
deps =
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
8081
commands =
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
9697
commands =
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
113114
commands =
114115
python ./scripts/run_notebooks.py sessions-self-managed-db
115116

0 commit comments

Comments
 (0)