labmaze
labmaze copied to clipboard
Fix compatibility with Python 3.12
assertRaisesRegexp was deprecated since Python 3.2 and was removed in Python 3.12 (see https://docs.python.org/3.12/whatsnew/3.12.html#id3), unless I am missing something it should be safe to switch to assertRaisesRegex.
Found in https://github.com/conda-forge/labmaze-feedstock/pull/9 .