Re-enable fetching the latest test package version (#1155)

This commit is contained in:
Natalie Weizenbaum 2020-11-23 14:40:44 -08:00 committed by GitHub
parent 43f4607c78
commit e51ec0455a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,5 @@ dev_dependencies:
stream_channel: ">=1.0.0 <3.0.0"
test_descriptor: "^1.1.0"
test_process: "^1.0.0-rc.1"
# TODO(nweiz): Allow higher versions of test once dart-lang/test#1382 is
# fixed.
test: ">=0.12.42 <1.15.5"
test: ">=0.12.42 <2.0.0"
yaml: "^2.0.0"