oceanprotocol / pdr-backend

Instructions & code to run predictoors, traders, more.
Apache License 2.0
22 stars 15 forks source link

[Dependencies] Ignore kaleido warning from plotly #1289

Closed calina-c closed 4 days ago

calina-c commented 4 days ago

Background / motivation

Tests still spew out a warning from one third party vendor, i.e. plotly using deprecated parts of Kaleido. E.g. in this run: https://github.com/oceanprotocol/pdr-backend/actions/runs/9640202899/job/26583567098?pr=1285

We added ignores for most warnings issued by 3rd party libraries, so we should add this one as well.

Related github issues