Skip to content

Conversation

@Randori-Lance
Copy link
Contributor

No description provided.

Signed-off-by: Lance barto <lance.barto@ibm.com>
Signed-off-by: Lance barto <lance.barto@ibm.com>
Signed-off-by: Lance barto <lance.barto@ibm.com>
Signed-off-by: Lance barto <lance.barto@ibm.com>
@Randori-Lance Randori-Lance requested a review from a team as a code owner October 31, 2025 19:41
@Randori-Lance Randori-Lance marked this pull request as draft October 31, 2025 19:41
@Randori-Lance Randori-Lance changed the title Lbarto/lets try again Lbarto/lets try again (DO NOT MERGE) Oct 31, 2025
@mergify mergify bot added the ci label Oct 31, 2025
Copy link
Member

@dhellmann dhellmann left a comment

Choose a reason for hiding this comment

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

This looks good, aside from the linter failures.


# Same package with different markers should NOT raise error
c.add_constraint("baz==1.0; platform_machine != 'ppc64le'")
c.add_constraint("baz==1.1; platform_machine == 'ppc64le'")
Copy link
Member

Choose a reason for hiding this comment

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

It would be good to check here which constraint comes back out. The result should be stable since we don't have a ppc64le test job.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought what I saw running in CI was it running on both x86 and arm64?

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

should be able to finagle some "if" statements to do that sort of assertion

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, I get it... both would have the same result

Copy link
Member

Choose a reason for hiding this comment

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

Right, I couldn't remember if we had both CPU types, but I knew for sure we didn't have ppc64le. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants