aodn / python-aodntools

Repository for templates and code relating to generating standard NetCDF files for the Australia Ocean Data Network
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Use assertRaisesRegex instead of assertRaisesRegexp for Python 3.11 compatibility. #148

Open tirkarthi opened 2 years ago

tirkarthi commented 2 years ago

Related to https://github.com/aodn/python-aodntools/issues/112 . The deprecation warnings are now error in Python 3.11.

alexgleith commented 2 years ago

Can we merge this @mhidas?