commit: 41835278feed556cfaed5f79177fe29c2817d725
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 15:53:11 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 15:54:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41835278
dev-python/moto: Skip test_cancel_pending_job
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/moto/moto-3.0.5.ebuild | 1 +
dev-python/moto/moto-3.1.1.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-python/moto/moto-3.0.5.ebuild
b/dev-python/moto/moto-3.0.5.ebuild
index 4df03ed1d0c5..17360ef265a9 100644
--- a/dev-python/moto/moto-3.0.5.ebuild
+++ b/dev-python/moto/moto-3.0.5.ebuild
@@ -74,6 +74,7 @@ python_test() {
# 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
diff --git a/dev-python/moto/moto-3.1.1.ebuild
b/dev-python/moto/moto-3.1.1.ebuild
index b955c5d3c772..71834ad342e9 100644
--- a/dev-python/moto/moto-3.1.1.ebuild
+++ b/dev-python/moto/moto-3.1.1.ebuild
@@ -72,6 +72,7 @@ python_test() {
# 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