Commit 58f056da authored by Adam Barth's avatar Adam Barth

Pin `package:test` to an exact revision

We use a number of non-public APIs in the test package, which makes our
dependency quite fragile. This patch pins a specific, known-good version. We
should update to the lastest version in a follow-up patch.
parent f91c3dfb
......@@ -6,6 +6,6 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/cassowary
environment:
sdk: '>=1.0.0 <2.0.0'
dev_dependencies:
test: '>=0.12.0 <0.13.0'
test: 0.12.5+2
test_runner: '<=0.2.16'
dart_coveralls: '<=0.3.0'
......@@ -11,6 +11,9 @@ dependencies:
sky_services: 0.0.62
vector_math: '>=1.4.3 <2.0.0'
# To pin the transitive dependency through mojo_sdk.
test: 0.12.5+2
cassowary:
path: ../cassowary
newton:
......
name: flutter_test
dependencies:
test: ^0.12.5
test: 0.12.5+2
quiver: ^0.21.4
flutter:
path: ../flutter
......
......@@ -15,7 +15,7 @@ dependencies:
mustache4dart: ^1.0.0
path: ^1.3.0
stack_trace: ^1.4.0
test: ^0.12.5
test: 0.12.5+2
yaml: ^2.1.3
flx:
......
......@@ -13,4 +13,4 @@ environment:
sdk: '>=1.12.0 <2.0.0'
dev_dependencies:
test: ^0.12.5
test: 0.12.5+2
......@@ -6,6 +6,6 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/newton
environment:
sdk: '>=1.0.0 <2.0.0'
dev_dependencies:
test: '>=0.12.0 <0.13.0'
test: 0.12.5+2
test_runner: '<=0.2.16'
dart_coveralls: '<=0.3.0'
......@@ -9,7 +9,7 @@ dependencies:
path: ../flutter
dev_dependencies:
test: '>=0.12.0 <0.13.0'
test: 0.12.5+2
environment:
sdk: '>=1.12.0 <2.0.0'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment