Add an upper bound to our test constraint

This works around dart-lang/test#1382.
This commit is contained in:
Natalie Weizenbaum 2020-11-19 14:53:46 -08:00
parent 0bb0584f84
commit b826bd361a

View File

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