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

Unbreak CI #15505

Merged
merged 2 commits into from
Jun 23, 2023
Merged

Unbreak CI #15505

merged 2 commits into from
Jun 23, 2023

Conversation

AlexWaygood
Copy link
Member

@AlexWaygood AlexWaygood commented Jun 23, 2023

pytest 7.4.0 was just released, and our CI on master is very red as a result. Looks like we're using a private API that we shouldn't be: #15501 (comment). For now let's just pin to pytest <7.4.0.

https://pypi.org/project/pytest/7.4.0/

pytest 7.4.0 was just released, and our CI is red as a result. Looks like we're using a private API that we shouldn't be. For now let's just pin to pytest <7.4.0
Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

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

I think we can also bump the lower bound to >=7.3, but it is totally not required.

@AlexWaygood
Copy link
Member Author

I think we can also bump the lower bound to >=7.3, but it is totally not required.

I'd generally pin pytest to an exact version in my own projects, since it's a test dependency, but the approach elsewhere in this file seems to be to be as permissive as possible with the ranges... happy to go either way, though!

@github-actions
Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@sobolevn sobolevn merged commit 2f56b3f into python:master Jun 23, 2023
20 checks passed
@AlexWaygood AlexWaygood deleted the patch-1 branch June 23, 2023 12:53
hauntsaninja pushed a commit that referenced this pull request Jun 24, 2023
pytest 7.4.0 was just released, and our CI on `master` is very red as a
result. Looks like we're using a private API that we shouldn't be:
#15501 (comment). For
now let's just pin to pytest <7.4.0.

https://pypi.org/project/pytest/7.4.0/
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