diff -r 2b9bd8f97576 -r 4ac66b6c33a4 eric7/DebugClients/Python/DebugClientCapabilities.py --- a/eric7/DebugClients/Python/DebugClientCapabilities.py Mon May 02 15:53:05 2022 +0200 +++ b/eric7/DebugClients/Python/DebugClientCapabilities.py Wed Jun 01 13:48:49 2022 +0200 @@ -12,8 +12,7 @@ HasProfiler = 0x0004 HasCoverage = 0x0008 HasCompleter = 0x0010 -HasUnittest = 0x0020 -HasShell = 0x0040 +HasShell = 0x0020 -HasAll = (HasDebugger | HasInterpreter | HasProfiler | - HasCoverage | HasCompleter | HasUnittest | HasShell) +HasAll = (HasDebugger | HasInterpreter | HasProfiler | HasCoverage | + HasCompleter | HasShell)