mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Add an upper bound to our test constraint
This works around dart-lang/test#1382.
This commit is contained in:
parent
0bb0584f84
commit
b826bd361a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user