Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: pubspec.yaml

Issue 1147233002: Change the way we look up packages for tests. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Code review changes Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | test/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
-
« no previous file with comments | « README.md ('k') | test/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698