From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/
Date: Fri, 4 Nov 2022 08:38:11 +0000 (UTC) [thread overview]
Message-ID: <1667550727.a2bd843d4f4540d87640b821bfbbcc88ef8ef1ae.mgorny@gentoo> (raw)
commit: a2bd843d4f4540d87640b821bfbbcc88ef8ef1ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 4 08:32:07 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 4 08:32:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bd843d
dev-python/moto: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/moto/Manifest | 3 --
dev-python/moto/moto-4.0.0.ebuild | 92 ------------------------------------
dev-python/moto/moto-4.0.6.ebuild | 92 ------------------------------------
dev-python/moto/moto-4.0.7-r1.ebuild | 92 ------------------------------------
dev-python/moto/moto-4.0.7.ebuild | 92 ------------------------------------
5 files changed, 371 deletions(-)
diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index f1455b44e171..1b5d863ba0be 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,5 +1,2 @@
-DIST moto-4.0.0.tar.gz 2404959 BLAKE2B a9969cb306937deaa15aca1ee76a447d0e416a7be160da9c81ce30e5147fd595cbe7b38f84ee26e795d055e3f62a6c1467e176d9b7ee58197c9d22a34f94918e SHA512 11bc093b6e89bad5340433daee0f9ba482a8534ab73a57a77556510f1dfef8186ee45b6c914bab291e861eb50d4bda7686d3d22d469db87a79e3247dbefd2e6d
-DIST moto-4.0.6.tar.gz 2465655 BLAKE2B e9ab47e910baf2b704c87a0d4583bdf02f2e4a1a23d08402c431012b18750ed229abdd96c98bb5dde5ba69837613853bb108b4d390b5c28afb3475b63d97bf95 SHA512 32def58317c2e76960f2db1d79a95a5468d110284540f9441e495b7d08109ab0933a2f5dc8673fdc71bd601cb5f6395f53aad7d1aef065c7ee3a1a318e5850a7
-DIST moto-4.0.7.tar.gz 2478859 BLAKE2B ba3df603fd1ea9e944037bc8abe3d9343fab483efe4446045cf81e16d9918e5291e4470e2b6d51faa99c64a581c2a7890eb9a558fd9b4e431b70b5c71393d2a2 SHA512 b0119cfa480d735ac255125c058c1026e0b32690fcedf64889845452bfc9e92dd2f64e3c413bdce24dd43a205b88a9df03896afe96149146a8690b7d6bb4437f
DIST moto-4.0.8.tar.gz 2488253 BLAKE2B ae707de8f0917b62904f38f977eded8f3e995271da8a7d6be47f05a24e3cb8bb8121e5e52625deb6c8f836e5f328352a7e6ea0855a4278c32dc9363da0faa8cc SHA512 9d3d3164bb6a77901bb55b8c536bfc8822e5b5292d79fedfe89a4a7fefaeab24b740d9a898e9487152a45c5a3bfd15d8aaca042a485bea389e1a82bb0a90bdd0
DIST moto-4.0.9.tar.gz 2496530 BLAKE2B 596dc00ce0c931d4405d1ad6fdfcff4acc5c7421b1f1d67f442e090249d3df81f89c570368b5e981ec49f14a35aed32621ff3dbedc7003e3c870f891e4eda20a SHA512 fedf2c97779a93b1ab3492122be5425f3d91219eb207cc21bf2822ffa52c6efe2c3c8ca233acafd02c725c46e77e883f8f941c29638bb3e32ffa774ed8a5ff69
diff --git a/dev-python/moto/moto-4.0.0.ebuild b/dev-python/moto/moto-4.0.0.ebuild
deleted file mode 100644
index 91c9cc8b648b..000000000000
--- a/dev-python/moto/moto-4.0.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Mock library for boto"
-HOMEPAGE="https://github.com/spulec/moto"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
- dev-python/boto[${PYTHON_USEDEP}]
- dev-python/cfn-lint[${PYTHON_USEDEP}]
- >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
- dev-python/cookies[${PYTHON_USEDEP}]
- >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
- >=dev-python/idna-2.5[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
- >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
- dev-python/boto3[${PYTHON_USEDEP}]
- dev-python/botocore[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/flask-cors[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
- >=dev-python/openapi-spec-validator-0.2.8[${PYTHON_USEDEP}]
- dev-python/pretty-yaml[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-jose[${PYTHON_USEDEP}]
- dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
- >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.5[${PYTHON_USEDEP}]
- dev-python/xmltodict[${PYTHON_USEDEP}]
- dev-python/werkzeug[${PYTHON_USEDEP}]
- dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/responses[${PYTHON_USEDEP}]
- >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # TODO
- tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
- tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
- tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
- tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
- tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
- tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
- # broken code (local variable used referenced before definition)
- tests/test_appsync/test_appsync_schema.py
- tests/test_appsync/test_server.py::test_appsync_list_tags_for_resource
- # Needs network (or docker?) but not marked as such, bug #807031
- # TODO: report upstream
- tests/test_batch/test_batch_jobs.py::test_terminate_job
- tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
- tests/test_batch/test_batch_jobs.py::test_cancel_running_job
- tests/test_batch/test_batch_jobs.py::test_dependencies
- tests/test_batch/test_batch_jobs.py::test_container_overrides
- tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
- tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
- tests/test_events/test_events_lambdatriggers_integration.py::test_creating_bucket__invokes_lambda
- tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
- tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
- tests/test_s3/test_server.py::test_s3_server_post_to_bucket_redirect
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
- )
-
- # pytest-django causes freezegun try to mangle stuff inside django
- # which fails when django is not really used
- epytest -p no:django -m 'not network'
-}
diff --git a/dev-python/moto/moto-4.0.6.ebuild b/dev-python/moto/moto-4.0.6.ebuild
deleted file mode 100644
index deb2ce6bae60..000000000000
--- a/dev-python/moto/moto-4.0.6.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Mock library for boto"
-HOMEPAGE="https://github.com/spulec/moto"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-RDEPEND="
- >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
- dev-python/boto[${PYTHON_USEDEP}]
- dev-python/cfn-lint[${PYTHON_USEDEP}]
- >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
- dev-python/cookies[${PYTHON_USEDEP}]
- >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
- >=dev-python/idna-2.5[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
- >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
- dev-python/boto3[${PYTHON_USEDEP}]
- dev-python/botocore[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/flask-cors[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
- >=dev-python/openapi-spec-validator-0.2.8[${PYTHON_USEDEP}]
- dev-python/pretty-yaml[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-jose[${PYTHON_USEDEP}]
- dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
- >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.5[${PYTHON_USEDEP}]
- dev-python/xmltodict[${PYTHON_USEDEP}]
- dev-python/werkzeug[${PYTHON_USEDEP}]
- dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/responses[${PYTHON_USEDEP}]
- >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # TODO
- tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
- tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
- tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
- tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
- tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
- tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
- # broken code (local variable used referenced before definition)
- tests/test_appsync/test_appsync_schema.py
- tests/test_appsync/test_server.py::test_appsync_list_tags_for_resource
- # Needs network (or docker?) but not marked as such, bug #807031
- # TODO: report upstream
- tests/test_batch/test_batch_jobs.py::test_terminate_job
- tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
- tests/test_batch/test_batch_jobs.py::test_cancel_running_job
- tests/test_batch/test_batch_jobs.py::test_dependencies
- tests/test_batch/test_batch_jobs.py::test_container_overrides
- tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
- tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
- tests/test_events/test_events_lambdatriggers_integration.py::test_creating_bucket__invokes_lambda
- tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
- tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
- tests/test_s3/test_server.py::test_s3_server_post_to_bucket_redirect
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
- )
-
- # pytest-django causes freezegun try to mangle stuff inside django
- # which fails when django is not really used
- epytest -p no:django -m 'not network'
-}
diff --git a/dev-python/moto/moto-4.0.7-r1.ebuild b/dev-python/moto/moto-4.0.7-r1.ebuild
deleted file mode 100644
index 6249184fce6a..000000000000
--- a/dev-python/moto/moto-4.0.7-r1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Mock library for boto"
-HOMEPAGE="https://github.com/spulec/moto"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-RDEPEND="
- >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
- dev-python/cfn-lint[${PYTHON_USEDEP}]
- >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
- dev-python/cookies[${PYTHON_USEDEP}]
- >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
- >=dev-python/idna-2.5[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
- >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
- dev-python/boto3[${PYTHON_USEDEP}]
- dev-python/botocore[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/flask-cors[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
- >=dev-python/openapi-spec-validator-0.2.8[${PYTHON_USEDEP}]
- dev-python/pretty-yaml[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-jose[${PYTHON_USEDEP}]
- dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
- >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.5[${PYTHON_USEDEP}]
- dev-python/xmltodict[${PYTHON_USEDEP}]
- dev-python/werkzeug[${PYTHON_USEDEP}]
- dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/responses[${PYTHON_USEDEP}]
- >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # TODO
- tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
- tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
- tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
- tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
- tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
- tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
- # broken code (local variable used referenced before definition)
- tests/test_appsync/test_appsync_schema.py
- tests/test_appsync/test_server.py::test_appsync_list_tags_for_resource
- # Needs network (or docker?) but not marked as such, bug #807031
- # TODO: report upstream
- tests/test_batch/test_batch_jobs.py::test_terminate_job
- tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
- tests/test_batch/test_batch_jobs.py::test_cancel_running_job
- tests/test_batch/test_batch_jobs.py::test_dependencies
- tests/test_batch/test_batch_jobs.py::test_container_overrides
- tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
- tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
- tests/test_events/test_events_lambdatriggers_integration.py::test_creating_bucket__invokes_lambda
- tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
- tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
- tests/test_s3/test_server.py::test_s3_server_post_to_bucket_redirect
- tests/test_s3/test_multiple_accounts_server.py::TestAccountIdResolution::test_with_custom_request_header
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
- )
-
- # pytest-django causes freezegun try to mangle stuff inside django
- # which fails when django is not really used
- epytest -p no:django -m 'not network'
-}
diff --git a/dev-python/moto/moto-4.0.7.ebuild b/dev-python/moto/moto-4.0.7.ebuild
deleted file mode 100644
index deb2ce6bae60..000000000000
--- a/dev-python/moto/moto-4.0.7.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Mock library for boto"
-HOMEPAGE="https://github.com/spulec/moto"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-RDEPEND="
- >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
- dev-python/boto[${PYTHON_USEDEP}]
- dev-python/cfn-lint[${PYTHON_USEDEP}]
- >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
- dev-python/cookies[${PYTHON_USEDEP}]
- >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
- >=dev-python/idna-2.5[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
- >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
- dev-python/boto3[${PYTHON_USEDEP}]
- dev-python/botocore[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/flask-cors[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
- >=dev-python/openapi-spec-validator-0.2.8[${PYTHON_USEDEP}]
- dev-python/pretty-yaml[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-jose[${PYTHON_USEDEP}]
- dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
- >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.5[${PYTHON_USEDEP}]
- dev-python/xmltodict[${PYTHON_USEDEP}]
- dev-python/werkzeug[${PYTHON_USEDEP}]
- dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/responses[${PYTHON_USEDEP}]
- >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # TODO
- tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
- tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
- tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
- tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
- tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
- tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
- # broken code (local variable used referenced before definition)
- tests/test_appsync/test_appsync_schema.py
- tests/test_appsync/test_server.py::test_appsync_list_tags_for_resource
- # Needs network (or docker?) but not marked as such, bug #807031
- # TODO: report upstream
- tests/test_batch/test_batch_jobs.py::test_terminate_job
- tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
- tests/test_batch/test_batch_jobs.py::test_cancel_running_job
- tests/test_batch/test_batch_jobs.py::test_dependencies
- tests/test_batch/test_batch_jobs.py::test_container_overrides
- tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
- tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
- tests/test_events/test_events_lambdatriggers_integration.py::test_creating_bucket__invokes_lambda
- tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
- tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
- tests/test_s3/test_server.py::test_s3_server_post_to_bucket_redirect
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
- "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
- )
-
- # pytest-django causes freezegun try to mangle stuff inside django
- # which fails when django is not really used
- epytest -p no:django -m 'not network'
-}
next reply other threads:[~2022-11-04 8:38 UTC|newest]
Thread overview: 325+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 8:38 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-11 11:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/ Michał Górny
2025-01-11 11:25 Sam James
2025-01-11 9:21 Sam James
2025-01-11 9:19 Sam James
2025-01-06 6:42 Michał Górny
2025-01-05 2:55 Michał Górny
2025-01-04 20:28 Sam James
2025-01-04 16:35 Sam James
2025-01-04 12:28 Sam James
2024-12-27 5:24 Michał Górny
2024-12-21 12:31 Michał Górny
2024-12-21 12:27 Michał Górny
2024-12-21 11:35 Michał Górny
2024-12-19 4:58 Michał Górny
2024-12-16 6:11 Michał Górny
2024-12-10 15:25 Michał Górny
2024-12-10 15:22 Sam James
2024-12-07 13:00 Arthur Zamarin
2024-12-07 12:48 Sam James
2024-12-02 6:54 Michał Górny
2024-11-23 16:19 Michał Górny
2024-11-23 16:02 Michał Górny
2024-11-23 14:20 Michał Górny
2024-11-23 9:52 Sam James
2024-11-18 5:15 Michał Górny
2024-11-10 3:24 Michał Górny
2024-11-10 0:42 Jakov Smolić
2024-11-10 0:42 Jakov Smolić
2024-11-09 9:58 Arthur Zamarin
2024-11-05 5:53 Michał Górny
2024-11-04 5:04 Michał Górny
2024-11-02 13:02 Michał Górny
2024-11-02 12:50 Arthur Zamarin
2024-11-02 10:11 Arthur Zamarin
2024-11-02 8:48 Michał Górny
2024-10-21 4:35 Michał Górny
2024-10-19 10:17 Michał Górny
2024-10-19 10:03 Arthur Zamarin
2024-10-19 9:08 Sam James
2024-10-19 9:06 Arthur Zamarin
2024-10-13 14:58 Michał Górny
2024-10-12 7:52 Michał Górny
2024-10-12 6:33 Sam James
2024-10-09 19:03 Michał Górny
2024-10-09 16:00 Arthur Zamarin
2024-09-29 15:20 Michał Górny
2024-09-28 13:46 Jakov Smolić
2024-09-28 12:32 Arthur Zamarin
2024-09-28 10:33 Michał Górny
2024-09-25 23:41 Jakov Smolić
2024-09-23 9:13 Arthur Zamarin
2024-09-23 8:52 Michał Górny
2024-09-11 15:01 Arthur Zamarin
2024-09-10 13:58 Sam James
2024-09-10 13:58 Sam James
2024-09-10 12:58 Michał Górny
2024-09-09 2:24 Michał Górny
2024-09-08 6:03 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-09-07 12:31 Jakov Smolić
2024-08-24 14:32 Michał Górny
2024-08-24 14:16 Arthur Zamarin
2024-08-24 9:59 Arthur Zamarin
2024-08-24 9:24 Arthur Zamarin
2024-08-19 13:50 Jakov Smolić
2024-08-19 10:44 Arthur Zamarin
2024-08-18 6:04 Michał Górny
2024-08-04 2:48 Michał Górny
2024-07-27 14:10 Michał Górny
2024-07-27 8:52 Arthur Zamarin
2024-07-27 7:57 Arthur Zamarin
2024-07-20 13:27 Michał Górny
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-11 18:21 Michał Górny
2024-07-08 4:41 Michał Górny
2024-06-30 2:52 Michał Górny
2024-06-30 2:52 Michał Górny
2024-06-15 13:08 Michał Górny
2024-06-15 10:54 Arthur Zamarin
2024-06-15 10:54 Arthur Zamarin
2024-06-15 8:38 Arthur Zamarin
2024-06-13 10:31 Michał Górny
2024-06-13 4:54 Sam James
2024-06-12 14:24 Michał Górny
2024-06-12 10:16 Arthur Zamarin
2024-06-12 7:00 Arthur Zamarin
2024-05-31 4:22 Michał Górny
2024-05-28 20:49 Sam James
2024-05-27 4:17 Michał Górny
2024-05-22 8:03 Michał Górny
2024-05-17 8:59 Arthur Zamarin
2024-05-17 8:11 Michał Górny
2024-05-13 14:03 Michał Górny
2024-05-03 9:37 Arthur Zamarin
2024-05-03 7:36 Arthur Zamarin
2024-04-28 16:06 Arthur Zamarin
2024-04-24 16:15 Sam James
2024-04-24 16:15 Sam James
2024-04-11 19:51 Sam James
2024-04-11 17:40 Arthur Zamarin
2024-04-07 3:00 Michał Górny
2024-04-06 10:02 Arthur Zamarin
2024-04-06 9:37 Sam James
2024-03-28 5:55 Michał Górny
2024-03-10 3:35 Michał Górny
2024-03-07 20:22 Jakov Smolić
2024-03-07 17:12 Michał Górny
2024-03-07 16:15 Michał Górny
2024-02-20 7:45 Sam James
2024-02-20 7:45 Sam James
2024-02-20 7:45 Sam James
2024-02-20 6:58 Michał Górny
2024-02-20 5:34 Sam James
2024-02-19 3:58 Michał Górny
2024-02-16 17:16 Michał Górny
2024-02-06 11:02 Michał Górny
2024-02-05 3:52 Michał Górny
2024-01-28 3:51 Michał Górny
2024-01-28 3:51 Michał Górny
2024-01-26 16:45 Michał Górny
2024-01-07 6:16 Michał Górny
2024-01-06 10:24 Michał Górny
2024-01-06 9:59 Michał Górny
2023-12-24 17:21 Arthur Zamarin
2023-12-18 5:18 Michał Górny
2023-12-03 4:20 Michał Górny
2023-11-30 20:22 Michał Górny
2023-11-30 20:19 Michał Górny
2023-11-25 6:10 Michał Górny
2023-11-17 13:32 Michał Górny
2023-11-11 20:23 Michał Górny
2023-11-02 19:44 Michał Górny
2023-11-02 18:16 Arthur Zamarin
2023-11-02 18:16 Arthur Zamarin
2023-10-28 15:23 Michał Górny
2023-10-16 3:44 Michał Górny
2023-10-02 4:22 Michał Górny
2023-09-30 16:01 Michał Górny
2023-09-24 14:28 Michał Górny
2023-09-16 15:56 Michał Górny
2023-09-03 13:22 Michał Górny
2023-08-22 20:01 Michał Górny
2023-07-31 7:13 Michał Górny
2023-07-17 7:34 Michał Górny
2023-07-09 19:36 Arthur Zamarin
2023-06-25 15:36 Michał Górny
2023-06-08 6:48 Michał Górny
2023-06-05 18:35 Michał Górny
2023-05-22 5:53 Michał Górny
2023-05-13 12:21 Arthur Zamarin
2023-05-09 5:26 Michał Górny
2023-04-24 7:25 Michał Górny
2023-04-12 7:15 Michał Górny
2023-04-10 6:07 Michał Górny
2023-04-09 19:24 Arthur Zamarin
2023-04-08 12:24 Michał Górny
2023-04-08 9:39 Arthur Zamarin
2023-03-26 19:46 Michał Górny
2023-03-20 5:36 Michał Górny
2023-03-11 16:00 Sam James
2023-03-07 9:17 Michał Górny
2023-02-20 6:24 Michał Górny
2023-02-16 10:01 Sam James
2023-02-05 17:25 Michał Górny
2023-01-24 8:53 Michał Górny
2023-01-10 14:23 Michał Górny
2023-01-10 12:59 Michał Górny
2023-01-10 9:03 Arthur Zamarin
2023-01-10 8:40 Arthur Zamarin
2023-01-10 8:20 Arthur Zamarin
2023-01-10 6:21 Michał Górny
2023-01-05 9:41 Michał Górny
2022-12-31 13:01 Sam James
2022-12-21 6:46 Michał Górny
2022-12-20 8:07 Michał Górny
2022-12-10 17:38 Sam James
2022-12-01 7:09 Michał Górny
2022-11-21 13:24 Michał Górny
2022-11-04 8:16 Agostino Sarubbo
2022-11-03 22:04 Sam James
2022-11-02 7:37 Michał Górny
2022-10-21 7:48 Michał Górny
2022-10-17 11:53 Andrew Ammerlaan
2022-10-10 13:48 Arthur Zamarin
2022-10-02 18:54 Arthur Zamarin
2022-09-26 15:56 Michał Górny
2022-09-26 15:05 Jakov Smolić
2022-09-26 15:05 Jakov Smolić
2022-09-12 8:16 Michał Górny
2022-09-12 7:07 Agostino Sarubbo
2022-09-11 7:54 Agostino Sarubbo
2022-08-21 18:33 Arthur Zamarin
2022-08-07 19:22 Arthur Zamarin
2022-07-25 7:14 Michał Górny
2022-07-25 7:07 Agostino Sarubbo
2022-07-24 16:29 Sam James
2022-06-27 19:08 Arthur Zamarin
2022-06-26 5:38 Michał Górny
2022-06-25 11:18 Michał Górny
2022-06-25 9:01 Agostino Sarubbo
2022-06-25 8:54 Agostino Sarubbo
2022-06-19 18:53 Arthur Zamarin
2022-06-13 7:18 Michał Górny
2022-06-05 9:14 Michał Górny
2022-05-30 7:22 Michał Górny
2022-05-27 19:50 Michał Górny
2022-05-27 9:12 Jakov Smolić
2022-05-27 9:07 Jakov Smolić
2022-05-24 19:03 Jakov Smolić
2022-05-24 19:03 Jakov Smolić
2022-05-24 17:06 Jakov Smolić
2022-05-24 16:52 Jakov Smolić
2022-05-24 16:52 Jakov Smolić
2022-05-24 6:16 Michał Górny
2022-05-14 7:28 Michał Górny
2022-05-07 9:35 Michał Górny
2022-04-30 18:17 Michał Górny
2022-04-29 6:05 Agostino Sarubbo
2022-04-27 6:58 Agostino Sarubbo
2022-04-24 17:47 Arthur Zamarin
2022-04-17 8:39 Michał Górny
2022-04-03 10:35 Michał Górny
2022-03-28 10:14 Michał Górny
2022-03-27 9:31 Michał Górny
2022-03-21 21:11 Michał Górny
2022-03-21 18:51 Jakov Smolić
2022-03-21 15:54 Michał Górny
2022-03-21 10:55 Jakov Smolić
2022-03-20 12:23 Michał Górny
2022-03-20 9:28 Michał Górny
2022-03-18 22:28 Michał Górny
2022-03-14 22:39 Michał Górny
2022-03-07 14:49 Jakov Smolić
2022-02-27 8:49 Michał Górny
2022-02-27 8:49 Michał Górny
2022-02-19 0:05 Michał Górny
2022-02-09 19:45 Michał Górny
2022-01-29 19:32 Michał Górny
2022-01-28 18:41 Arthur Zamarin
2022-01-26 7:33 Michał Górny
2022-01-23 17:24 Michał Górny
2022-01-23 15:23 Sam James
2022-01-22 9:32 Michał Górny
2022-01-18 12:24 Sam James
2022-01-16 9:37 Michał Górny
2022-01-14 10:47 Sam James
2022-01-08 9:39 Michał Górny
2021-12-24 22:52 Michał Górny
2021-12-17 18:30 Jakov Smolić
2021-12-15 16:12 Michał Górny
2021-12-14 19:52 Andrew Ammerlaan
2021-12-14 16:54 Michał Górny
2021-12-14 16:54 Michał Górny
2021-12-13 8:35 Michał Górny
2021-12-13 3:09 Yixun Lan
2021-11-29 23:17 Michał Górny
2021-11-21 22:20 Michał Górny
2021-11-14 20:53 Michał Górny
2021-11-14 8:52 Michał Górny
2021-11-14 8:07 Michał Górny
2021-11-13 21:24 Michał Górny
2021-11-08 9:19 Michał Górny
2021-11-01 8:32 Michał Górny
2021-10-25 22:39 Michał Górny
2021-10-20 0:21 Sam James
2021-10-18 5:09 Sam James
2021-10-17 7:15 Michał Górny
2021-10-16 23:11 Sam James
2021-10-11 7:56 Michał Górny
2021-08-29 6:57 Michał Górny
2021-08-28 6:54 Michał Górny
2021-08-23 22:24 Louis Sautier
2021-08-22 8:01 Michał Górny
2021-08-17 7:28 Michał Górny
2021-08-10 5:57 Michał Górny
2021-08-07 8:50 Michał Górny
2021-07-27 7:05 Michał Górny
2021-07-17 7:03 Michał Górny
2021-06-21 7:54 Michał Górny
2021-06-12 21:02 Michał Górny
2021-05-24 2:31 Sam James
2021-05-22 7:58 Michał Górny
2021-05-13 8:56 Michał Górny
2021-05-05 9:25 Michał Górny
2021-04-11 10:47 Michał Górny
2021-04-11 10:47 Michał Górny
2021-03-13 8:38 Michał Górny
2021-03-05 18:39 Sam James
2021-03-04 8:57 Michał Górny
2021-02-25 7:40 Michał Górny
2021-02-24 23:30 Sam James
2021-02-24 7:59 Michał Górny
2020-10-21 21:45 Michał Górny
2020-09-18 15:30 Michał Górny
2020-09-12 22:58 Michał Górny
2020-09-12 22:58 Michał Górny
2020-09-09 7:18 Michał Górny
2020-09-08 15:41 Michał Górny
2020-07-24 21:15 Brian Dolbec
2020-07-07 6:35 Michał Górny
2020-06-25 7:00 Agostino Sarubbo
2020-06-11 8:34 Agostino Sarubbo
2020-06-09 15:14 Michał Górny
2020-05-18 11:52 Michał Górny
2020-03-28 8:34 Michał Górny
2020-02-04 13:32 Michał Górny
2019-06-27 21:04 Zac Medico
2019-06-25 1:35 Zac Medico
2018-06-26 2:04 Aaron Bauman
2018-01-05 9:36 Michał Górny
2017-09-15 17:41 Brian Dolbec
2017-08-19 0:31 Thomas Deutschmann
2017-07-31 18:12 Sebastien Fabbro
2017-07-15 17:18 Tobias Klausmann
2017-05-16 2:10 Brian Dolbec
2017-05-02 11:58 Michał Górny
2017-01-06 0:48 Brian Dolbec
2016-08-21 18:33 Tim Harder
2016-06-29 10:33 Patrick Lauer
2016-05-01 7:30 Jason Zaman
2016-03-01 20:41 Patrick Lauer
2016-02-18 21:21 Patrick Lauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1667550727.a2bd843d4f4540d87640b821bfbbcc88ef8ef1ae.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox