inetum-orleans / docker-devbox-ddb

Erase environment differences, make developers happy !
https://inetum-orleans.github.io/docker-devbox-ddb
MIT License
4 stars 1 forks source link

WARNING: tempfile is deprecated; consider using mktemp instead. #214

Closed Toilal closed 1 year ago

Toilal commented 2 years ago

I have this warning with ddb binary shims on a pipeline.

WARNING: tempfile is deprecated; consider using mktemp instead.
jeremyVignelles commented 1 year ago

The culprit seems to be here : https://github.com/inetum-orleans/docker-devbox-ddb/blob/27073419e01c9c5f3ca8b229a7dac2e7cdd7dda8/ddb/feature/shell/integrations.py#LL150C25-L150C25 Didn't have time to replace it yet, leaving it for another day.