Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index b904c1e9cc6f31d20b15b3f5bbf32821a1566160..2be5d8b3cec81cbddce76ab33aef3da698357df7 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -4,6 +4,8 @@ name: pub |
version: 1.0.0-unreleased |
dependencies: |
+ # Note: Pub's test infrastructure assumes that any dependencies used in tests |
+ # will be hosted dependencies. |
analyzer: "^0.25.0" |
args: "^0.13.0" |
barback: "^0.15.2" |
@@ -32,4 +34,3 @@ dev_dependencies: |
scheduled_test: "^0.11.8" |
source_maps: "^0.9.0" |
unittest: "^0.11.0" |
- |