python3Packages.python-dotenv: fix tests

This commit is contained in:
Jonathan Ringer
2020-06-08 12:19:41 -07:00
committed by Frederik Rietdijk
parent 49137f7b3f
commit 5bb40ab797

View File

@@ -4,6 +4,7 @@
, pytest
, sh
, typing
, mock
}:
buildPythonPackage rec {
@@ -17,7 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ click ] ++ lib.optionals isPy27 [ typing ];
checkInputs = [ ipython pytest sh ];
checkInputs = [ ipython mock pytest sh ];
# cli tests are impure
checkPhase = ''