python3Packages.python-dotenv: fix tests
This commit is contained in:
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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user