remove ipdb again
ipdb doesn't work with capsys and breakpoint
This commit is contained in:
@@ -21,7 +21,6 @@ let
|
|||||||
++ (with python3.pkgs; [
|
++ (with python3.pkgs; [
|
||||||
rope
|
rope
|
||||||
mypy
|
mypy
|
||||||
ipdb
|
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
pip
|
pip
|
||||||
@@ -48,8 +47,6 @@ mkShell {
|
|||||||
desktop-file-utils # verify desktop files
|
desktop-file-utils # verify desktop files
|
||||||
]);
|
]);
|
||||||
|
|
||||||
PYTHONBREAKPOINT = "ipdb.set_trace";
|
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export GIT_ROOT=$(git rev-parse --show-toplevel)
|
export GIT_ROOT=$(git rev-parse --show-toplevel)
|
||||||
export PKG_ROOT=$GIT_ROOT/pkgs/clan-app
|
export PKG_ROOT=$GIT_ROOT/pkgs/clan-app
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ let
|
|||||||
rope
|
rope
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
ipdb
|
|
||||||
pip
|
pip
|
||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
@@ -27,8 +26,6 @@ mkShell {
|
|||||||
|
|
||||||
inputsFrom = [ self'.devShells.default ];
|
inputsFrom = [ self'.devShells.default ];
|
||||||
|
|
||||||
PYTHONBREAKPOINT = "ipdb.set_trace";
|
|
||||||
|
|
||||||
CLAN_STATIC_PROGRAMS = lib.concatStringsSep ":" (
|
CLAN_STATIC_PROGRAMS = lib.concatStringsSep ":" (
|
||||||
lib.attrNames clan-cli-full.passthru.runtimeDependenciesAsSet
|
lib.attrNames clan-cli-full.passthru.runtimeDependenciesAsSet
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ let
|
|||||||
++ (with python3.pkgs; [
|
++ (with python3.pkgs; [
|
||||||
rope
|
rope
|
||||||
mypy
|
mypy
|
||||||
ipdb
|
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
pip
|
pip
|
||||||
@@ -41,8 +40,6 @@ mkShell {
|
|||||||
desktop-file-utils # verify desktop files
|
desktop-file-utils # verify desktop files
|
||||||
]);
|
]);
|
||||||
|
|
||||||
PYTHONBREAKPOINT = "ipdb.set_trace";
|
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export GIT_ROOT=$(git rev-parse --show-toplevel)
|
export GIT_ROOT=$(git rev-parse --show-toplevel)
|
||||||
export PKG_ROOT=$GIT_ROOT/pkgs/clan-vm-manager
|
export PKG_ROOT=$GIT_ROOT/pkgs/clan-vm-manager
|
||||||
|
|||||||
Reference in New Issue
Block a user