zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Tests fail on fedora:35 with python3.10 #161

Closed eskaur closed 2 years ago

eskaur commented 2 years ago

The unit-test "test_capture_from_file" on fedora:35 (python3.10) suddenly started consistently failing. After some investigation we found that it comes from the following error at the time when the file camera is destroyed:

pure virtual method called
terminate called without an active exception
Aborted (core dumped)

The task is to fix the problem and re-introduce fedora:35/python3.10 into the support matrix.

eskaur commented 2 years ago

Archlinux also encountered this issue. Re-enable both fedora35 and archlinux testing when this is fixed.

eskaur commented 2 years ago

Solved by https://github.com/zivid/zivid-python/pull/176