You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding score_cast_func argument to zrank, zrevrank and zunion - for consistency with the other sorted sets commands (#3795)
* Adding score_cast_func argument to zrank, zrevrank and zunion - for consistency with the other sorted sets commands
* Adding async tests; Add docstrings info for the new arg; removed unused option
* Applying review comments
* Try to fix the failing tests with Python 3.9 - it looks like a new dep version problem
* Restricting some lib versions for tests with PyPy Python - with newer versions we have hanging multiprocessing tests
* Restricting all test deps to specific versions for PyPy tests
* Skipping multiprocessing tests with PyPY Python due to unstable behavior - sometimes processes hang and cause action timeouts. Enabling all long running pipeline jobs to be started after the initial fast checks.
* Restricting lib requirements for Python 3.9 and fix an pubsub flaky test
0 commit comments