pythonPackages.dopy: add python importsCheck
This commit is contained in:
parent
c878b14107
commit
d5106e90da
@ -5,8 +5,8 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
version = "2016-01-04";
|
|
||||||
pname = "dopy";
|
pname = "dopy";
|
||||||
|
version = "2016-01-04";
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "Wiredcraft";
|
owner = "Wiredcraft";
|
||||||
@ -17,6 +17,10 @@ buildPythonPackage {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ requests six ];
|
propagatedBuildInputs = [ requests six ];
|
||||||
|
|
||||||
|
# contains no tests
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "dopy" ];
|
||||||
|
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
description = "Digital Ocean API python wrapper";
|
description = "Digital Ocean API python wrapper";
|
||||||
homepage = "https://github.com/Wiredcraft/dopy";
|
homepage = "https://github.com/Wiredcraft/dopy";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user