ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Update pytests to use importlib #119

Closed koomie closed 1 year ago

koomie commented 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.

coleramos425 commented 1 year ago

Branch merged.