diff -r 32d0ec15eba0 -r e1843b6efa73 src/eric7/Testing/TestingWidget.py --- a/src/eric7/Testing/TestingWidget.py Sun Feb 09 15:47:57 2025 +0100 +++ b/src/eric7/Testing/TestingWidget.py Sat Mar 01 15:52:40 2025 +0100 @@ -205,7 +205,7 @@ self.__project.projectClosed.connect(self.__projectClosed) except KeyError: # we were called as a standalone application - from eric7.VirtualEnv.VirtualenvManager import ( # __IGNORE_WARNING_I101__ + from eric7.VirtualEnv.VirtualenvManager import ( # __IGNORE_WARNING_I-101__ VirtualenvManager, )