While reviewing a python-rate-limiter package for Fedora Linux, I found that sleep may be called more times than expected in the tests. On Fedora Linux Rawhide on x86_64 with Python 3.11, it is called 3 times instead of 2.
Loosen the assertion so that this doesn’t fail test_sleep.
While reviewing a
python-rate-limiter
package for Fedora Linux, I found thatsleep
may be called more times than expected in the tests. On Fedora Linux Rawhide on x86_64 with Python 3.11, it is called 3 times instead of 2.Loosen the assertion so that this doesn’t fail
test_sleep
.