'dart test' prints a pub deprecation notice #44105
Labels
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
dart-cli-pub
Issues related to the 'dart pub' tool
dart-cli-test
Issues related to the 'dart test' tool
P1
A high priority bug; for example, a single project is unusable or has many test failures
Running
dart test
results in the following output to console:The
pubcommand is deprecated. Run
dart pubinstead.
This is due to the fact that the test command is still running pub from snapshot whereas the pub command is embedded from package:pub as of this change.
We should either update the test command to not run from the pub snapshot or we should disable the deprecation notice until we can update the command.
cc/ @jonasfj @sigurdm
The text was updated successfully, but these errors were encountered: