| Summary: | dev-python/moto-2.2.14 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Patrick McLean <chutzpah> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mgorny, python |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2021-11-13 22:49:14 UTC
Created attachment 750960 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern:
"aborted.', FileNotFoundError(2, 'No such file or directory'))")
"aborted.', FileNotFoundError(2, 'No such file or directory'))"}
s = "error running docker: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))"
tests/test_sagemaker/test_sagemaker_cloudformation.py::test_sagemaker_cloudformation_notebook_instance_delete[test_config2-Could not find model] PASSED [ 83%]
tests/test_sagemaker/test_sagemaker_cloudformation.py::test_sagemaker_cloudformation_notebook_instance_delete[test_config3-Could not find endpoint configuration] PASSED [ 83%]
tests/test_sagemaker/test_sagemaker_cloudformation.py::test_sagemaker_cloudformation_notebook_instance_delete[test_config4-Could not find endpoint] PASSED [ 83%]
/var/tmp/portage/dev-python/moto-2.2.14/work/moto-2.2.14/moto/ec2/models.py:727: PendingDeprecationWarning: Could not find AMI with image-id:ami-pytest, in the near future this will cause an error.
/var/tmp/portage/dev-python/moto-2.2.14/work/moto-2.2.14/moto/ec2/models.py:727: PendingDeprecationWarning: Could not find AMI with image-id:myami, in the near future this will cause an error.
/var/tmp/portage/dev-python/moto-2.2.14/work/moto-2.2.14/moto/ec2/models.py:727: PendingDeprecationWarning: Could not find AMI with image-id:None, in the near future this will cause an error.
/var/tmp/portage/dev-python/moto-2.2.14/work/moto-2.2.14/moto/emr/models.py:606: PendingDeprecationWarning: Could not find Subnet with id: subnet-8be41cec
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bed557ce34a651bbc38060c1628cf698f75740 commit a1bed557ce34a651bbc38060c1628cf698f75740 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-11-14 08:05:44 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-11-14 08:07:10 +0000 dev-python/moto: Deselect more docker-based tests Closes: https://bugs.gentoo.org/823644 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/moto/moto-2.2.14.ebuild | 2 ++ 1 file changed, 2 insertions(+) |