AcademySoftwareFoundation / rez

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

Fix exception when deprecated settings appear in a user config #1595

Closed JeanChristopheMorinPerso closed 9 months ago

JeanChristopheMorinPerso commented 9 months ago

Fixes #1594.

Added tests to cover both settings in custom files and settings from environment variables. These new tests are skipped on Python 2 because I'm tired of Python 2 and there is little value for me to spend time on making them compatible with python 2.