Skip to content

Commit

Permalink
Merge pull request easybuilders#21885 from Flamefire/detect-deprecate…
Browse files Browse the repository at this point in the history
…d-on-ci

detect use of deprecated behavior in test runs
  • Loading branch information
branfosj authored Nov 23, 2024
2 parents 0e07a83 + dbd13ae commit 84450fd
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 84450fd

Please sign in to comment.