pythonPackages.dopy: add python importsCheck

This commit is contained in:
Sandro Jäckel 2021-03-07 20:37:20 +01:00
parent c878b14107
commit d5106e90da
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -5,8 +5,8 @@
}:
buildPythonPackage {
version = "2016-01-04";
pname = "dopy";
version = "2016-01-04";
src = pkgs.fetchFromGitHub {
owner = "Wiredcraft";
@ -17,6 +17,10 @@ buildPythonPackage {
propagatedBuildInputs = [ requests six ];
# contains no tests
doCheck = false;
pythonImportsCheck = [ "dopy" ];
meta = with pkgs.lib; {
description = "Digital Ocean API python wrapper";
homepage = "https://github.com/Wiredcraft/dopy";