tinybirdco / ci

Collection of configuration files that enable CI flows for Tinybird projects
MIT License
2 stars 3 forks source link

Hide the warning informing about a new version when running the fixture tests #20

Closed alexon1234 closed 9 months ago

alexon1234 commented 9 months ago

Why default the CLI of Tinybird will show a warning when a new version appears like

** UPDATE AVAILABLE: please run "pip install tinybird-cli==1.0.1" to update
** current: tinybird-cli 1.0.0

This will cause problems in the fixture test as the diff will report a difference, but it's just the warning message. So, let's hide this warning