10000 Bump moto-ext to 4.1.12.post2 (#8661) · codeperl/localstack@381f571 · GitHub
[go: up one dir, main page]

Skip to content

Commit 381f571

Browse files
Bump moto-ext to 4.1.12.post2 (localstack#8661)
This reverts commit b1dffa7.
1 parent 9f5fddc commit 381f571

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runtime =
8585
jsonpath-ng>=1.5.3
8686
jsonpath-rw>=1.4.0,<2.0.0
8787
localstack-client>=2.0
88-
moto-ext[all]==4.1.12.post1
88+
moto-ext[all]==4.1.12.post2
8989
opensearch-py==2.1.1
9090
pproxy>=2.7.0
9191
pymongo>=4.2.0

tests/integration/test_ssm.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ def do_assert(result):
2121

2222
class TestSSM:
2323
@pytest.mark.aws_validated
24-
@pytest.mark.xfail(
25-
reason="xfail until https://github.com/getmoto/moto/pull/6484 is in moto-ext"
26-
)
2724
def test_describe_parameters(self, aws_client):
2825
response = aws_client.ssm.describe_parameters()
2926
assert "Parameters" in response

0 commit comments

Comments
 (0)
0