mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.localstack*: add localstack as test
This commit is contained in:
committed by
Jonathan Ringer
parent
831fe25421
commit
7b0122aede
@@ -3,6 +3,9 @@
|
||||
, fetchFromGitHub
|
||||
, boto3
|
||||
, pytestCheckHook
|
||||
|
||||
# downstream dependencies
|
||||
, localstack
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -39,6 +42,10 @@ buildPythonPackage rec {
|
||||
# For tests
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit localstack;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A lightweight Python client for LocalStack";
|
||||
homepage = "https://github.com/localstack/localstack-python-client";
|
||||
|
||||
Reference in New Issue
Block a user