Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin xmltodict to fix aws test failures, until moto 3.1.9 #7806

Merged
merged 2 commits into from
May 9, 2022

Conversation

prha
Copy link
Member

@prha prha commented May 9, 2022

Summary & Motivation

xmltodict pushed 0.13.0, which changed the type from ordereddict to regular dict.

See getmoto/moto#5112

We should temporarily pin until moto releases 3.1.9

How I Tested These Changes

tox

@prha prha requested review from alangenfeld and gibsondan May 9, 2022 18:31
@vercel
Copy link

vercel bot commented May 9, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Updated
dagit-storybook ⬜️ Ignored (Inspect) May 9, 2022 at 7:18PM (UTC)
dagster ⬜️ Ignored (Inspect) May 9, 2022 at 7:18PM (UTC)

@@ -42,7 +42,7 @@ def get_version() -> str:
extras_require={
"redshift": ["psycopg2-binary"],
"pyspark": ["dagster-pyspark"],
"test": ["moto>=2.2.8", "requests-mock"],
"test": ["moto>=2.2.8", "requests-mock", "xmltodict==0.12.0"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add comment with context from this PR?

@prha prha closed this May 9, 2022
@prha prha reopened this May 9, 2022
@prha prha merged commit 64cf6a2 into master May 9, 2022
@prha prha deleted the prha/fix_aws_tests branch May 9, 2022 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants