remove ipdb again
ipdb doesn't work with capsys and breakpoint
This commit is contained in:
@@ -21,7 +21,6 @@ let
|
||||
++ (with python3.pkgs; [
|
||||
rope
|
||||
mypy
|
||||
ipdb
|
||||
setuptools
|
||||
wheel
|
||||
pip
|
||||
@@ -48,8 +47,6 @@ mkShell {
|
||||
desktop-file-utils # verify desktop files
|
||||
]);
|
||||
|
||||
PYTHONBREAKPOINT = "ipdb.set_trace";
|
||||
|
||||
shellHook = ''
|
||||
export GIT_ROOT=$(git rev-parse --show-toplevel)
|
||||
export PKG_ROOT=$GIT_ROOT/pkgs/clan-app
|
||||
|
||||
Reference in New Issue
Block a user