[Debian-pan-maintainers] Bug#1001291: binoculars: autopkgtest tests for all supported python3 versions but vtk7 extensions don't exist for all

Graham Inggs ginggs at debian.org
Mon Jan 31 11:32:15 GMT 2022


Control: reopen -1

debian/tests/control still contains:

Test-Command: set -efu
 ; cp -r tests examples "$AUTOPKGTEST_TMP"
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -m unittest discover -s tests -v
 ; done

...and the test still fails with python 3.10 as a supported version:

autopkgtest [06:13:31]: test command1: set -efu ; cp -r tests examples
"$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd
"$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -m unittest
discover -s tests -v ; done
autopkgtest [06:13:31]: test command1: [-----------------------
Testing with python3.10:
test_IO (test_cfg.TestCase) ... ok
test_id03 (unittest.loader._FailedTest) ... ERROR
test_metadata (unittest.loader._FailedTest) ... ERROR

======================================================================
ERROR: test_id03 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_id03
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/vtk/vtkCommonCore.py", line 5,
in <module>
    from .vtkCommonCorePython import *
ModuleNotFoundError: No module named 'vtk.vtkCommonCorePython'



More information about the Debian-pan-maintainers mailing list