Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/
Date: Fri, 27 May 2022 19:50:16
Message-Id: 1653680960.00d44bf5b5c6c50856eef77be53cc4477fba9ba5.mgorny@gentoo
1 commit: 00d44bf5b5c6c50856eef77be53cc4477fba9ba5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:49:20 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:49:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d44bf5
7
8 dev-python/moto: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/moto/Manifest | 4 --
13 dev-python/moto/moto-3.1.5.ebuild | 88 ---------------------------------------
14 dev-python/moto/moto-3.1.6.ebuild | 88 ---------------------------------------
15 dev-python/moto/moto-3.1.7.ebuild | 88 ---------------------------------------
16 dev-python/moto/moto-3.1.8.ebuild | 88 ---------------------------------------
17 5 files changed, 356 deletions(-)
18
19 diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
20 index 01ddc2e741ae..8719c7fe5fdf 100644
21 --- a/dev-python/moto/Manifest
22 +++ b/dev-python/moto/Manifest
23 @@ -1,6 +1,2 @@
24 DIST moto-3.1.10.tar.gz 2314423 BLAKE2B ad09f8cb70a1541dce640c870355c349f9a932beec1c98d3d4739bda89e773670fb0209b9ec7aca3a250472d425048d444b08edf2f1555c6777251de14c5a80a SHA512 138e5be59fffcfe4579b6cb292f4f8ec21c5d05723bcd66cae85bcc0f60991ac84310206d5a0fe8361135ff04573173f41b276021981d6f7844a726f18b54f83
25 -DIST moto-3.1.5.tar.gz 2282060 BLAKE2B f7b2cbf1de96b6d96b334e5b51bcdf69fb9645261564b28b290c19c37c27df5c25395ce54cc7d9c424f25cb381f4ddf13dc51456fb7baeec5e21b2da6abf725b SHA512 583c4e76a5acacdcce456cd953109b130dd53d6bf3e50d56d5ead6bfbdcd181109ce3df141686a4717687d3e1e8b33a73bdc7155c36aa5d064a4621e007ab17a
26 -DIST moto-3.1.6.tar.gz 2273226 BLAKE2B 91966fd315b3e5b4904ecc0e17c716bb47ecb6b644ccaad2cd52fb92754b79af0edb11573fadfd40b8ae75c17bad3429b6e2c4801424c4f30fea32689cd790d1 SHA512 f97ca412910ec9a0cf6d7e28b2ff2f2bf6a3d142a091f65eb4ccf8d53ae9d5362cccdbd24d72083f2d9c6200a3f6e400cca32c16965731d0fbd22239f9866d59
27 -DIST moto-3.1.7.tar.gz 2275858 BLAKE2B 7984da8df1ebf305ae11f16179612854b630e20eaeb834d85be4063becf73d0615183c93d242e162c7520225fee9eca149a9756fd507b9aaf8e19242fee3f25e SHA512 fed1c97515bed3640f6959cfba417ed27771d77a1b43e94877520ed582542eb61cc4f7d88c791834425b1a1614641a2c178f57787440af545ecf5b03fd6649f2
28 -DIST moto-3.1.8.tar.gz 2295468 BLAKE2B 0417e08d730d840f552c171d3ee7cfc07b395ffaa27b811c8f43426aebca6969b29111d481b9eb6d7fe1d4cadb4296027354b908512f03e0c45e2d9175b4376f SHA512 357b5841601f39732aa244d8ecd062b6812eed3d41cbf3a08138d826de5803cd631adc5b9fe2cae2d1e7553951906e49a8af464f97dfd5683f8099e475ca8b94
29 DIST moto-3.1.9.tar.gz 2308059 BLAKE2B 85f5c084fc81d74e8297ab0a78e3823bb6e98b1d4fdb70b802dabfa3ba11475670c3bfda27f48069e5298691a8ca71c98acf156c3b15ab79ff85555545c7596e SHA512 600ec2042e5e6df5e3bbc9fafcaa32255568c35a2a127e4f093ecc9332a799b568002cb414e5c086f24795c4f8f510517bf00c29a9b6a38dd667807d04a18954
30
31 diff --git a/dev-python/moto/moto-3.1.5.ebuild b/dev-python/moto/moto-3.1.5.ebuild
32 deleted file mode 100644
33 index 9069529dd086..000000000000
34 --- a/dev-python/moto/moto-3.1.5.ebuild
35 +++ /dev/null
36 @@ -1,88 +0,0 @@
37 -# Copyright 1999-2022 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=8
41 -
42 -DISTUTILS_USE_PEP517=setuptools
43 -PYTHON_COMPAT=( python3_{8..10} )
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="Mock library for boto"
48 -HOMEPAGE="https://github.com/spulec/moto"
49 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="0"
53 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
54 -
55 -RDEPEND="
56 - >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
57 - dev-python/boto[${PYTHON_USEDEP}]
58 - dev-python/cfn-lint[${PYTHON_USEDEP}]
59 - >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
60 - dev-python/cookies[${PYTHON_USEDEP}]
61 - >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
62 - >=dev-python/idna-2.5[${PYTHON_USEDEP}]
63 - >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
64 - >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
65 - dev-python/boto3[${PYTHON_USEDEP}]
66 - dev-python/botocore[${PYTHON_USEDEP}]
67 - dev-python/flask[${PYTHON_USEDEP}]
68 - dev-python/flask-cors[${PYTHON_USEDEP}]
69 - dev-python/more-itertools[${PYTHON_USEDEP}]
70 - dev-python/pyparsing[${PYTHON_USEDEP}]
71 - dev-python/pretty-yaml[${PYTHON_USEDEP}]
72 - >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
73 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
74 - dev-python/pytz[${PYTHON_USEDEP}]
75 - dev-python/python-dateutil[${PYTHON_USEDEP}]
76 - dev-python/python-jose[${PYTHON_USEDEP}]
77 - dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
78 - >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
79 - >=dev-python/requests-2.5[${PYTHON_USEDEP}]
80 - dev-python/xmltodict[${PYTHON_USEDEP}]
81 - dev-python/werkzeug[${PYTHON_USEDEP}]
82 - dev-python/zipp[${PYTHON_USEDEP}]
83 -"
84 -BDEPEND="
85 - test? (
86 - dev-python/freezegun[${PYTHON_USEDEP}]
87 - dev-python/responses[${PYTHON_USEDEP}]
88 - >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
89 - )
90 -"
91 -
92 -distutils_enable_tests pytest
93 -
94 -python_test() {
95 - local EPYTEST_DESELECT=(
96 - # TODO
97 - tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
98 - tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
99 - tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
100 - tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
101 - tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
102 - tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
103 - # broken code (local variable used referenced before definition)
104 - tests/test_appsync/test_appsync_schema.py
105 - # Needs network (or docker?) but not marked as such, bug #807031
106 - # TODO: report upstream
107 - tests/test_batch/test_batch_jobs.py::test_terminate_job
108 - tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
109 - tests/test_batch/test_batch_jobs.py::test_cancel_running_job
110 - tests/test_batch/test_batch_jobs.py::test_dependencies
111 - tests/test_batch/test_batch_jobs.py::test_container_overrides
112 - tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
113 - tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
114 - tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
115 - tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
116 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
117 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
118 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
119 - )
120 -
121 - # pytest-django causes freezegun try to mangle stuff inside django
122 - # which fails when django is not really used
123 - epytest -p no:django -m 'not network'
124 -}
125
126 diff --git a/dev-python/moto/moto-3.1.6.ebuild b/dev-python/moto/moto-3.1.6.ebuild
127 deleted file mode 100644
128 index a0c6ea25e7d8..000000000000
129 --- a/dev-python/moto/moto-3.1.6.ebuild
130 +++ /dev/null
131 @@ -1,88 +0,0 @@
132 -# Copyright 1999-2022 Gentoo Authors
133 -# Distributed under the terms of the GNU General Public License v2
134 -
135 -EAPI=8
136 -
137 -DISTUTILS_USE_PEP517=setuptools
138 -PYTHON_COMPAT=( python3_{8..10} )
139 -
140 -inherit distutils-r1
141 -
142 -DESCRIPTION="Mock library for boto"
143 -HOMEPAGE="https://github.com/spulec/moto"
144 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
145 -
146 -LICENSE="Apache-2.0"
147 -SLOT="0"
148 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
149 -
150 -RDEPEND="
151 - >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
152 - dev-python/boto[${PYTHON_USEDEP}]
153 - dev-python/cfn-lint[${PYTHON_USEDEP}]
154 - >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
155 - dev-python/cookies[${PYTHON_USEDEP}]
156 - >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
157 - >=dev-python/idna-2.5[${PYTHON_USEDEP}]
158 - >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
159 - >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
160 - dev-python/boto3[${PYTHON_USEDEP}]
161 - dev-python/botocore[${PYTHON_USEDEP}]
162 - dev-python/flask[${PYTHON_USEDEP}]
163 - dev-python/flask-cors[${PYTHON_USEDEP}]
164 - dev-python/more-itertools[${PYTHON_USEDEP}]
165 - dev-python/pyparsing[${PYTHON_USEDEP}]
166 - dev-python/pretty-yaml[${PYTHON_USEDEP}]
167 - >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
168 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
169 - dev-python/pytz[${PYTHON_USEDEP}]
170 - dev-python/python-dateutil[${PYTHON_USEDEP}]
171 - dev-python/python-jose[${PYTHON_USEDEP}]
172 - dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
173 - >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
174 - >=dev-python/requests-2.5[${PYTHON_USEDEP}]
175 - dev-python/xmltodict[${PYTHON_USEDEP}]
176 - dev-python/werkzeug[${PYTHON_USEDEP}]
177 - dev-python/zipp[${PYTHON_USEDEP}]
178 -"
179 -BDEPEND="
180 - test? (
181 - dev-python/freezegun[${PYTHON_USEDEP}]
182 - dev-python/responses[${PYTHON_USEDEP}]
183 - >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
184 - )
185 -"
186 -
187 -distutils_enable_tests pytest
188 -
189 -python_test() {
190 - local EPYTEST_DESELECT=(
191 - # TODO
192 - tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
193 - tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
194 - tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
195 - tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
196 - tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
197 - tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
198 - # broken code (local variable used referenced before definition)
199 - tests/test_appsync/test_appsync_schema.py
200 - # Needs network (or docker?) but not marked as such, bug #807031
201 - # TODO: report upstream
202 - tests/test_batch/test_batch_jobs.py::test_terminate_job
203 - tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
204 - tests/test_batch/test_batch_jobs.py::test_cancel_running_job
205 - tests/test_batch/test_batch_jobs.py::test_dependencies
206 - tests/test_batch/test_batch_jobs.py::test_container_overrides
207 - tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
208 - tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
209 - tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
210 - tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
211 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
212 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
213 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
214 - )
215 -
216 - # pytest-django causes freezegun try to mangle stuff inside django
217 - # which fails when django is not really used
218 - epytest -p no:django -m 'not network'
219 -}
220
221 diff --git a/dev-python/moto/moto-3.1.7.ebuild b/dev-python/moto/moto-3.1.7.ebuild
222 deleted file mode 100644
223 index a0c6ea25e7d8..000000000000
224 --- a/dev-python/moto/moto-3.1.7.ebuild
225 +++ /dev/null
226 @@ -1,88 +0,0 @@
227 -# Copyright 1999-2022 Gentoo Authors
228 -# Distributed under the terms of the GNU General Public License v2
229 -
230 -EAPI=8
231 -
232 -DISTUTILS_USE_PEP517=setuptools
233 -PYTHON_COMPAT=( python3_{8..10} )
234 -
235 -inherit distutils-r1
236 -
237 -DESCRIPTION="Mock library for boto"
238 -HOMEPAGE="https://github.com/spulec/moto"
239 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
240 -
241 -LICENSE="Apache-2.0"
242 -SLOT="0"
243 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
244 -
245 -RDEPEND="
246 - >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
247 - dev-python/boto[${PYTHON_USEDEP}]
248 - dev-python/cfn-lint[${PYTHON_USEDEP}]
249 - >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
250 - dev-python/cookies[${PYTHON_USEDEP}]
251 - >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
252 - >=dev-python/idna-2.5[${PYTHON_USEDEP}]
253 - >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
254 - >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
255 - dev-python/boto3[${PYTHON_USEDEP}]
256 - dev-python/botocore[${PYTHON_USEDEP}]
257 - dev-python/flask[${PYTHON_USEDEP}]
258 - dev-python/flask-cors[${PYTHON_USEDEP}]
259 - dev-python/more-itertools[${PYTHON_USEDEP}]
260 - dev-python/pyparsing[${PYTHON_USEDEP}]
261 - dev-python/pretty-yaml[${PYTHON_USEDEP}]
262 - >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
263 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
264 - dev-python/pytz[${PYTHON_USEDEP}]
265 - dev-python/python-dateutil[${PYTHON_USEDEP}]
266 - dev-python/python-jose[${PYTHON_USEDEP}]
267 - dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
268 - >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
269 - >=dev-python/requests-2.5[${PYTHON_USEDEP}]
270 - dev-python/xmltodict[${PYTHON_USEDEP}]
271 - dev-python/werkzeug[${PYTHON_USEDEP}]
272 - dev-python/zipp[${PYTHON_USEDEP}]
273 -"
274 -BDEPEND="
275 - test? (
276 - dev-python/freezegun[${PYTHON_USEDEP}]
277 - dev-python/responses[${PYTHON_USEDEP}]
278 - >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
279 - )
280 -"
281 -
282 -distutils_enable_tests pytest
283 -
284 -python_test() {
285 - local EPYTEST_DESELECT=(
286 - # TODO
287 - tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
288 - tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
289 - tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
290 - tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
291 - tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
292 - tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
293 - # broken code (local variable used referenced before definition)
294 - tests/test_appsync/test_appsync_schema.py
295 - # Needs network (or docker?) but not marked as such, bug #807031
296 - # TODO: report upstream
297 - tests/test_batch/test_batch_jobs.py::test_terminate_job
298 - tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
299 - tests/test_batch/test_batch_jobs.py::test_cancel_running_job
300 - tests/test_batch/test_batch_jobs.py::test_dependencies
301 - tests/test_batch/test_batch_jobs.py::test_container_overrides
302 - tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
303 - tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
304 - tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
305 - tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
306 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
307 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
308 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
309 - )
310 -
311 - # pytest-django causes freezegun try to mangle stuff inside django
312 - # which fails when django is not really used
313 - epytest -p no:django -m 'not network'
314 -}
315
316 diff --git a/dev-python/moto/moto-3.1.8.ebuild b/dev-python/moto/moto-3.1.8.ebuild
317 deleted file mode 100644
318 index a0c6ea25e7d8..000000000000
319 --- a/dev-python/moto/moto-3.1.8.ebuild
320 +++ /dev/null
321 @@ -1,88 +0,0 @@
322 -# Copyright 1999-2022 Gentoo Authors
323 -# Distributed under the terms of the GNU General Public License v2
324 -
325 -EAPI=8
326 -
327 -DISTUTILS_USE_PEP517=setuptools
328 -PYTHON_COMPAT=( python3_{8..10} )
329 -
330 -inherit distutils-r1
331 -
332 -DESCRIPTION="Mock library for boto"
333 -HOMEPAGE="https://github.com/spulec/moto"
334 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
335 -
336 -LICENSE="Apache-2.0"
337 -SLOT="0"
338 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
339 -
340 -RDEPEND="
341 - >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
342 - dev-python/boto[${PYTHON_USEDEP}]
343 - dev-python/cfn-lint[${PYTHON_USEDEP}]
344 - >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
345 - dev-python/cookies[${PYTHON_USEDEP}]
346 - >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
347 - >=dev-python/idna-2.5[${PYTHON_USEDEP}]
348 - >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
349 - >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
350 - dev-python/boto3[${PYTHON_USEDEP}]
351 - dev-python/botocore[${PYTHON_USEDEP}]
352 - dev-python/flask[${PYTHON_USEDEP}]
353 - dev-python/flask-cors[${PYTHON_USEDEP}]
354 - dev-python/more-itertools[${PYTHON_USEDEP}]
355 - dev-python/pyparsing[${PYTHON_USEDEP}]
356 - dev-python/pretty-yaml[${PYTHON_USEDEP}]
357 - >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
358 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
359 - dev-python/pytz[${PYTHON_USEDEP}]
360 - dev-python/python-dateutil[${PYTHON_USEDEP}]
361 - dev-python/python-jose[${PYTHON_USEDEP}]
362 - dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
363 - >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
364 - >=dev-python/requests-2.5[${PYTHON_USEDEP}]
365 - dev-python/xmltodict[${PYTHON_USEDEP}]
366 - dev-python/werkzeug[${PYTHON_USEDEP}]
367 - dev-python/zipp[${PYTHON_USEDEP}]
368 -"
369 -BDEPEND="
370 - test? (
371 - dev-python/freezegun[${PYTHON_USEDEP}]
372 - dev-python/responses[${PYTHON_USEDEP}]
373 - >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
374 - )
375 -"
376 -
377 -distutils_enable_tests pytest
378 -
379 -python_test() {
380 - local EPYTEST_DESELECT=(
381 - # TODO
382 - tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
383 - tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
384 - tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
385 - tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
386 - tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
387 - tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
388 - # broken code (local variable used referenced before definition)
389 - tests/test_appsync/test_appsync_schema.py
390 - # Needs network (or docker?) but not marked as such, bug #807031
391 - # TODO: report upstream
392 - tests/test_batch/test_batch_jobs.py::test_terminate_job
393 - tests/test_batch/test_batch_jobs.py::test_cancel_pending_job
394 - tests/test_batch/test_batch_jobs.py::test_cancel_running_job
395 - tests/test_batch/test_batch_jobs.py::test_dependencies
396 - tests/test_batch/test_batch_jobs.py::test_container_overrides
397 - tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed
398 - tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
399 - tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
400 - tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
401 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events0-ObjectCreated:Put]"
402 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events1-ObjectCreated:Put]"
403 - "tests/test_s3/test_s3_lambda_integration.py::test_objectcreated_put__invokes_lambda[match_events3-ObjectCreated:Put]"
404 - )
405 -
406 - # pytest-django causes freezegun try to mangle stuff inside django
407 - # which fails when django is not really used
408 - epytest -p no:django -m 'not network'
409 -}