Closed koomie closed 1 year ago
Current pytests complain about a deprecated warning like:
DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses 1: import imp
Update to resolve this deprecation warning.
Branch merged.
Current pytests complain about a deprecated warning like:
Update to resolve this deprecation warning.