You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_____________________________________________________________________________________________ ERROR collecting pynetdicom/tests/test_assoc.py _______________________________________________________________________________________________
pynetdicom/tests/test_assoc.py:69: in <module>
from .hide_modules import hide_modules
pynetdicom/tests/hide_modules.py:33: in <module>
_ModuleHiderBase = getattr(importlib.abc, "MetaPathFinder", importlib.abc.Finder)
/usr/lib64/python3.12/importlib/abc.py:38: in __getattr__
raise AttributeError(f'module {__name__!r} has no attribute {name!r}')
E AttributeError: module 'importlib.abc' has no attribute 'Finder'
Thanks - yes, I think this had been deprecated before. Python 3.12 is not yet supported in pydicom/pynetdicom, but this is certainly something that can already be adapted. Are you going to make a PR for this yourself?
pynetdicom/pynetdicom/tests/hide_modules.py
Line 33 in a5beba7
Running tests with Python 3.12 this is the result
I think that it is related to this change python/cpython/issues/98040
The text was updated successfully, but these errors were encountered: