python3Packages.ipdb: add missing test deps
This commit is contained in:
parent
18252b3f82
commit
c9a550126b
@ -4,6 +4,7 @@
|
||||
, ipython
|
||||
, isPyPy
|
||||
, isPy27
|
||||
, mock
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -17,6 +18,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ipython ];
|
||||
checkInputs = [ mock ];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
|
Loading…
Reference in New Issue
Block a user