Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

JeanChristopheMorinPerso
Copy link
Member

@JeanChristopheMorinPerso JeanChristopheMorinPerso commented Nov 25, 2023

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.

Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
@JeanChristopheMorinPerso JeanChristopheMorinPerso marked this pull request as ready for review November 25, 2023 19:57
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
@JeanChristopheMorinPerso JeanChristopheMorinPerso added this to the 2.114.1 milestone Nov 28, 2023
@JeanChristopheMorinPerso JeanChristopheMorinPerso merged commit 94b6a05 into AcademySoftwareFoundation:main Nov 29, 2023
28 checks passed
@JeanChristopheMorinPerso JeanChristopheMorinPerso deleted the fix_exception_on_deprecation branch November 29, 2023 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rez 2.114.0 produces an error if a custom configuration file is used with a deprecated key
1 participant