Skip to content

Commit

Permalink
detect use of deprecated behavior in CI runs
Browse files Browse the repository at this point in the history
Re-enable the option to error on any deprecated behavior.
  • Loading branch information
Flamefire committed Nov 19, 2024
1 parent 3f494e0 commit dbd13ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easyconfigs/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
fancylogger.setLogLevelError()

# make sure no deprecated behaviour is triggered
# os.environ['EASYBUILD_DEPRECATED'] = '10000'
os.environ['EASYBUILD_DEPRECATED'] = '10000'


class EasyConfigsTestSuite(unittest.TestSuite):
Expand Down

0 comments on commit dbd13ae

Please sign in to comment.