AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
932 stars 330 forks source link

Address python warnings #1657

Open JeanChristopheMorinPerso opened 6 months ago

JeanChristopheMorinPerso commented 6 months ago

Part of the OpenSSF Best Practices effort.

We have a couple of warnings that we need to fix. We should also make the tests fail if there is any warnings.

BryceGattis commented 4 months ago

@JeanChristopheMorinPerso Can you clarify what needs to be done here? I'm a bit confused.

JeanChristopheMorinPerso commented 4 months ago

@BryceGattis we need to analyze the warnings we see when running the tests. For example, https://github.com/AcademySoftwareFoundation/rez/actions/runs/8483209437/job/23243909858#step:8:354.

parikshittiwari740 commented 4 months ago

Hey @JeanChristopheMorinPerso @BryceGattis, I would like to take this up if nobody is working on it. Seems simple enough for me to start contributing to rez :)

JeanChristopheMorinPerso commented 4 months ago

Sure @parikshittiwari740, feel free to open a PR.