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

Ensuring pytest <7.0.0 when running tests in CI #92

Merged
merged 1 commit into from Feb 8, 2022

Conversation

Ajpantuso
Copy link
Contributor

Summary

CI pr_check runs have been failing since pytest 7.0.0 was released. The Pipfile should pin the version, but is a patch version behind which could be preventing proper installation. This change will just enforce that pytest is at the latest 6.X.X version.

See here for background on why pytest 7.0.0 is incompatible with Python 3.9.6.

@Ajpantuso Ajpantuso changed the title Ensuring pytest when run in CI < 7.0.0 Ensuring pytest <7.0.0 when running tests in CI Feb 8, 2022
Copy link

@sandhyadalavi sandhyadalavi left a comment

Choose a reason for hiding this comment

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

lgtm

@Ajpantuso Ajpantuso merged commit dd417a7 into mt-sre:main Feb 8, 2022
@Ajpantuso Ajpantuso deleted the ensuring_pytest_lt_7.0.0 branch February 8, 2022 18:19
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.

None yet

2 participants