uv icon indicating copy to clipboard operation
uv copied to clipboard

do not imply pre-release when `!=` operator is used

Open Czaki opened this issue 1 year ago • 2 comments

Summary

closes #6640

Test Plan

Could you suggest how I should test it?

(already tested locally)

Czaki avatar Oct 07 '24 15:10 Czaki

This looks right to me! It will need to be part of 0.5.0 so I'll add it to that milestone.

charliermarsh avatar Oct 09 '24 22:10 charliermarsh

I think you could write a test like prerelease_upper_bound_exclude... flask<2.0.1, !=2.0.0rc1 and ensure that 2.0.0rc2 is not selected.

charliermarsh avatar Oct 09 '24 22:10 charliermarsh

@Czaki it looks like this has some unrelated changes in it now.

zanieb avatar Oct 21 '24 17:10 zanieb

I backed them out. @zanieb, want to merge into 0.5 branch?

charliermarsh avatar Oct 21 '24 17:10 charliermarsh