glymur_0.11.0-2_source.changes ACCEPTED into unstable

Sebastiaan Couwenberg sebastic at xs4all.nl
Sun Aug 7 05:42:55 BST 2022


autopkgtest fails on armhf:

_________________________ TestJp2k.test_thread_support 
_________________________

self = <tests.test_jp2k.TestJp2k testMethod=test_thread_support>

     @unittest.skipIf(os.cpu_count() < 4, "makes no sense if 4 cores not 
there")
     def test_thread_support(self):
         """
         SCENARIO:  Set a non-default thread support value.

         EXPECTED RESULTS:  Using more threads speeds up a full read.
         """
         jp2 = Jp2k(self.jp2file)
         t0 = time.time()
         jp2[:]
         t1 = time.time()
         delta0 = t1 - t0

         glymur.set_option('lib.num_threads', 4)
         t0 = time.time()
         jp2[:]
         t1 = time.time()
         delta1 = t1 - t0

 >       self.assertTrue(delta1 < delta0)
E       AssertionError: False is not true

../build.xEI/src/tests/test_jp2k.py:1005: AssertionError

https://ci.debian.net/data/autopkgtest/testing/armhf/g/glymur/24420768/log.gz

-- 
  GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1




More information about the Pkg-grass-devel mailing list