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 pyyaml version in mindeps testing #9640

Merged
merged 1 commit into from Nov 9, 2022

Conversation

charlesbluca
Copy link
Member

It looks like when a minimum version was introduced to pyyaml in #8545, we left the pinning loose in the mindeps environment files, meaning that we end up pulling a newer version in CI.

This PR pins pyyaml in the mindeps files so that we can verify that 5.3.1 is still the working minimum version.

  • Closes #xxxx
  • Tests added / passed
  • Passes pre-commit run --all-files

Copy link
Contributor

@phobson phobson left a comment

Choose a reason for hiding this comment

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

Good catch. Pending CI builds, 👍🏻 from me

@phobson phobson added tests Unit tests and/or continuous integration dependencies Pull requests that update a dependency file labels Nov 9, 2022
Copy link
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

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

Thanks @charlesbluca -- will merge once CI finishes

@jrbourbeau jrbourbeau merged commit 9d624c6 into dask:main Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file tests Unit tests and/or continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants