labmaze icon indicating copy to clipboard operation
labmaze copied to clipboard

Fix compatibility with Python 3.12

Open traversaro opened this issue 2 years ago • 0 comments

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 .

traversaro avatar Oct 03 '23 11:10 traversaro