PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 20 forks source link

DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses #114

Closed timmy61109 closed 3 years ago

timmy61109 commented 3 years ago

https://github.com/PyUtilib/pyutilib/blob/d99406f2af1fb62268c34453a2fbe6bd4a7348f0/pyutilib/misc/import_file.py#L11

../../.local/lib/python3.8/site-packages/pyutilib/misc/import_file.py:11
  /home/timmy/.local/lib/python3.8/site-packages/pyutilib/misc/import_file.py:11: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp

-- Docs: https://docs.pytest.org/en/stable/warnings.html