python3Packages.moto: 3.1.3 -> 3.1.11
This commit is contained in:
parent
e460b285e6
commit
5a8116fb97
@ -16,6 +16,7 @@
|
||||
, idna
|
||||
, jinja2
|
||||
, jsondiff
|
||||
, openapi-spec-validator
|
||||
, python-dateutil
|
||||
, python-jose
|
||||
, pytz
|
||||
@ -35,14 +36,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "moto";
|
||||
version = "3.1.3";
|
||||
version = "3.1.11";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-+kgVlfVhHZ/r2vCg0Skwe1433mh2w30DXO7+Rs59isA=";
|
||||
sha256 = "sha256-GwxHL0t0AXdakuY/vPomESoA4Ie59u3aEiAqOcYsYYE=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -58,6 +59,7 @@ buildPythonPackage rec {
|
||||
idna
|
||||
jinja2
|
||||
jsondiff
|
||||
openapi-spec-validator
|
||||
python-dateutil
|
||||
python-jose
|
||||
pytz
|
||||
@ -95,6 +97,10 @@ buildPythonPackage rec {
|
||||
"--deselect=tests/test_iotdata/test_iotdata.py::test_publish"
|
||||
"--deselect=tests/test_s3/test_server.py::test_s3_server_bucket_versioning"
|
||||
|
||||
# Disalbe test that require docker daemon
|
||||
"--deselect=tests/test_events/test_events_lambdatriggers_integration.py::test_creating_bucket__invokes_lambda"
|
||||
"--deselect=tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda"
|
||||
|
||||
# json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
|
||||
"--deselect=tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user