Ben Greiner
Ben Greiner
# unreliable test timing in `TestList.test_hypothesis[ListSubclass]` [qutebrowser_sip5_log.txt](https://github.com/qutebrowser/qutebrowser/files/5358888/qutebrowser_sip5_log.txt) ``` [ 271s] =================================== FAILURES =================================== [ 271s] ____________________ TestList.test_hypothesis[ListSubclass] ____________________ [ 271s] [gw0] linux -- Python 3.8.5 /usr/bin/python3 [ 271s] [ 271s]...
Hi, this is from the openSUSE build service: https://build.opensuse.org/package/show/home:bnavigator:sip5/qutebrowser The linked build log [qutebrowser_sip5_log.txt](https://github.com/qutebrowser/qutebrowser/files/5358888/qutebrowser_sip5_log.txt) should list everything about the build environment.
Yes, these are [VMs](https://build.opensuse.org/monitor) The failure was on lamb24. You can also run the chroot environment on a local machine. Would have to check if the flakyness occurs on those...
https://github.com/qutebrowser/qutebrowser/issues/5787#issuecomment-709981808
@arunpersaud's error is because pytest is run with a `numcodec` source directory in the `PYTHONPATH` before the `numcodec` module directory with the compiled extensions.
It's a downstream issue and was fixed here through using the `--pyargs numcodecs` parameter for pytest: https://build.opensuse.org/request/show/1058132
If the system blosc has snappy as available codec: ```diff --- numcodecs-0.11.0.orig/numcodecs/tests/test_blosc.py +++ numcodecs-0.11.0/numcodecs/tests/test_blosc.py @@ -155,10 +155,11 @@ def test_compress_complib(use_threads): } blosc.use_threads = use_threads for cname in blosc.list_compressors(): - enc...
Downstream Gentoo's patch fixes it.
#33 is the better fix
Fixed by the commits up to current 74617d70e77afa09f58b3169cf496679ac5d5621