Skip to content

Commit

Permalink
Enable disable_rez_1_compatibility by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Nov 4, 2023
1 parent aee5bf6 commit d3c4e37
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/rez/rezconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,6 @@
# ...
optionvars = None


###############################################################################
# Rez-1 Compatibility
#
Expand Down Expand Up @@ -1083,7 +1082,14 @@
#
# You should aim to do this - it will mean your packages are more strictly
# validated, and you can more easily use future versions of Rez.
disable_rez_1_compatibility = False
#
# .. versionchanged: 2.114.0
# Now enabled by default.
#
# .. deprecated:: 2.114.0
# This will be removed in 3.0.0.
#
disable_rez_1_compatibility = True


###############################################################################
Expand Down

0 comments on commit d3c4e37

Please sign in to comment.