File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ jobs:
146146 run : |
147147 COMPAT_PG_URL="postgresql+asyncpg://postgres:postgres@127.0.0.1:5432/postgres" \
148148 uv run pytest \
149- tests/integration/compat/test_graph_compat.py \
150149 tests/integration/compat/test_lineage_graph_compat.py \
151150 -v --tb=short
152151
@@ -157,7 +156,6 @@ jobs:
157156 COMPAT_NEO4J_USER="neo4j" \
158157 COMPAT_NEO4J_PASS="password" \
159158 uv run pytest \
160- tests/integration/compat/test_graph_compat.py \
161159 tests/integration/compat/test_lineage_graph_compat.py \
162160 -v --tb=short
163161
@@ -166,7 +164,6 @@ jobs:
166164 run : |
167165 COMPAT_NEBULA_HOSTS="127.0.0.1:9669" \
168166 uv run pytest \
169- tests/integration/compat/test_graph_compat.py \
170167 tests/integration/compat/test_lineage_graph_compat.py \
171168 -v --tb=short
172169
Original file line number Diff line number Diff line change @@ -230,7 +230,6 @@ test-compat-graph:
230230 COMPAT_NEO4J_PASS=$$ {COMPAT_NEO4J_PASS:-password} \
231231 COMPAT_NEBULA_HOSTS=$$ {COMPAT_NEBULA_HOSTS:-} \
232232 uv run pytest \
233- tests/integration/compat/test_graph_compat.py \
234233 tests/integration/compat/test_lineage_graph_compat.py \
235234 -v
236235
You can’t perform that action at this time.
0 commit comments