Skip to content

Commit 526dc48

Browse files
lutterclaude
andcommitted
tests: Remove graph-cli dependency from integration test subgraphs
The integration tests now use gnd as the default CLI, so the test subgraphs no longer need @graphprotocol/graph-cli as a devDependency. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e663384 commit 526dc48

File tree

21 files changed

+5
-26
lines changed

21 files changed

+5
-26
lines changed

tests/integration-tests/base/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"deploy:test": "graph deploy test/base-subgraph --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.69.0",
1110
"@graphprotocol/graph-ts": "0.34.0"
1211
}
13-
}
12+
}

tests/integration-tests/block-handlers/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"deploy:test": "graph deploy test/block-handlers --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.69.0",
1110
"@graphprotocol/graph-ts": "0.34.0"
1211
}
1312
}

tests/integration-tests/declared-calls-basic/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"codegen": "graph codegen"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.97.1",
1110
"@graphprotocol/graph-ts": "0.33.0"
1211
}
1312
}

tests/integration-tests/declared-calls-struct-fields/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"codegen": "graph codegen"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.97.1",
1110
"@graphprotocol/graph-ts": "0.33.0"
1211
}
1312
}

tests/integration-tests/ethereum-api-tests/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"deploy:test": "graph deploy test/block-handlers --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.69.0",
1110
"@graphprotocol/graph-ts": "0.36.0-alpha-20240422133139-8761ea3"
1211
}
1312
}

tests/integration-tests/grafted/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"deploy:test": "graph deploy test/grafted-subgraph --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.69.0",
1110
"@graphprotocol/graph-ts": "0.34.0"
1211
}
13-
}
12+
}

tests/integration-tests/host-exports/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"deploy:test": "graph deploy test/host-exports --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.69.0",
1110
"@graphprotocol/graph-ts": "0.34.0"
1211
}
1312
}

tests/integration-tests/int8/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"deploy:test": "graph deploy test/int8 --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.69.0",
1110
"@graphprotocol/graph-ts": "0.34.0"
1211
}
1312
}

tests/integration-tests/multiple-subgraph-datasources/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"deploy:test": "graph deploy test/multiple-subgraph-datasources --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.93.4-alpha-20250105163501-f401d0c57c4ba1f1af95a928d447efd63a56ecdc",
1110
"@graphprotocol/graph-ts": "0.36.0-alpha-20241129215038-b75cda9"
1211
}
13-
}
12+
}

tests/integration-tests/non-fatal-errors/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"deploy:test": "graph deploy test/non-fatal-errors --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-cli": "0.69.0",
1110
"@graphprotocol/graph-ts": "0.34.0"
1211
}
1312
}

0 commit comments

Comments
 (0)