-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Temporarily fix a test that relies on the state of the world. #12153
Conversation
certifi published a new version, and this broke some tests of pex resolution that assumed an earlier version would be resolved. This is a short-term fix to get tests running, but this test needs to be fixed to not depend on external state. [ci skip-rust] [ci skip-build-wheels]
I don't totally understand what this test is testing and therefore what the appropriate fix would be (e.g., would adding constraints be appropriate, or would that defeat the purpose of the test in some way?) So I will leave that to others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hrm, yeah. The test needs a re-work. I'll take a look.
Issue: #12154 |
…uild#12153) certifi published a new version, and this broke some tests of pex resolution that assumed an earlier version would be resolved. This is a short-term fix to get tests running, but this test needs to be fixed to not depend on external state. [ci skip-rust] [ci skip-build-wheels]
…uild#12153) certifi published a new version, and this broke some tests of pex resolution that assumed an earlier version would be resolved. This is a short-term fix to get tests running, but this test needs to be fixed to not depend on external state. [ci skip-rust] [ci skip-build-wheels] (cherry picked from commit 2d62aa9)
…uild#12153) certifi published a new version, and this broke some tests of pex resolution that assumed an earlier version would be resolved. This is a short-term fix to get tests running, but this test needs to be fixed to not depend on external state. [ci skip-rust] [ci skip-build-wheels] (cherry picked from commit 2d62aa9)
#12162) certifi published a new version, and this broke some tests of pex resolution that assumed an earlier version would be resolved. This is a short-term fix to get tests running, but this test needs to be fixed to not depend on external state. Co-authored-by: Benjy Weinberger <benjyw@gmail.com>
#12163) certifi published a new version, and this broke some tests of pex resolution that assumed an earlier version would be resolved. This is a short-term fix to get tests running, but this test needs to be fixed to not depend on external state. (cherry picked from commit 2d62aa9) Co-authored-by: Benjy Weinberger <benjyw@gmail.com>
…uild#12153) certifi published a new version, and this broke some tests of pex resolution that assumed an earlier version would be resolved. This is a short-term fix to get tests running, but this test needs to be fixed to not depend on external state. [ci skip-rust] [ci skip-build-wheels] (cherry picked from commit 2d62aa9)
+ Temporarily fix a test that relies on the state of the world. (#12153) certifi published a new version, and this broke some tests of pex resolution that assumed an earlier version would be resolved. This is a short-term fix to get tests running, but this test needs to be fixed to not depend on external state. (cherry picked from commit 2d62aa9) + Fix black tests in CI. (#12062) (cherry picked from commit e0927e9) Co-authored-by: Benjy Weinberger <benjyw@gmail.com>
+ Temporarily fix a test that relies on the state of the world. (#12153) certifi published a new version, and this broke some tests of pex resolution that assumed an earlier version would be resolved. This is a short-term fix to get tests running, but this test needs to be fixed to not depend on external state. (cherry picked from commit 2d62aa9) + Fix black tests in CI. (#12062) (cherry picked from commit e0927e9) Co-authored-by: Benjy Weinberger <benjyw@gmail.com>
certifi published a new version, and this broke some tests of
pex resolution that assumed an earlier version would be resolved.
This is a short-term fix to get tests running, but this test
needs to be fixed to not depend on external state.
[ci skip-rust]
[ci skip-build-wheels]