python3Packages.python-dotenv: fix tests

This commit is contained in:
Jonathan Ringer
2020-06-11 10:00:27 +02:00
committed by Frederik Rietdijk
parent 49137f7b3f
commit 5bb40ab797
@@ -4,6 +4,7 @@
, pytest , pytest
, sh , sh
, typing , typing
, mock
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -17,7 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ click ] ++ lib.optionals isPy27 [ typing ]; propagatedBuildInputs = [ click ] ++ lib.optionals isPy27 [ typing ];
checkInputs = [ ipython pytest sh ]; checkInputs = [ ipython mock pytest sh ];
# cli tests are impure # cli tests are impure
checkPhase = '' checkPhase = ''