[Debian-pan-maintainers] Bug#1025017: pymca: (autopkgtest) needs update for python3.11: 'TestPlotWidget' object has no attribute '_feedErrorsToResult'
Paul Gevers
elbrus at debian.org
Mon Nov 28 20:17:29 GMT 2022
Source: pymca
Version: 5.7.2+dfsg-1
Severity: serious
Tags: sid bookworm
User: debian-ci at lists.debian.org
Usertags: needs-update
User: debian-python at lists.debian.org
Usertags: python3.11
Control: affects -1 src:python3-defaults
Dear maintainer(s),
We are in the transition of adding python3.11 as a supported Python
version [0]. With a recent upload of python3-defaults the autopkgtest of
pymca fails in testing when that autopkgtest is run with the binary
packages of python3-defaults from unstable. It passes when run with only
packages from testing. In tabular form:
pass fail
python3-defaults from testing 3.10.6-3
pymca from testing 5.7.2+dfsg-1
all others from testing from testing
I copied some of the output at the bottom of this report.
Currently this regression is blocking the migration of python3-defaults
to testing [1]. https://docs.python.org/3/whatsnew/3.11.html lists
what's new in Python3.11, it may help to identify what needs to be updated.
More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
[0] https://bugs.debian.org/1021984
[1] https://qa.debian.org/excuses.php?package=python3-defaults
https://ci.debian.net/data/autopkgtest/testing/amd64/p/pymca/28728876/log.gz
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestPlotWidget.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestPlotWidget' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestPlotWindow.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestPlotWindow' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestRGBCorrelatorGraph.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestRGBCorrelatorGraph' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestRGBCorrelatorWidget.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestRGBCorrelatorWidget' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow
(WidgetsInstantiationTest.TestXASNormalizationWindow.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestXASNormalizationWindow' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestMaskImageWidget.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestMaskImageWidget' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestScanWindow.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestScanWindow' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestMcaCalWidget.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestMcaCalWidget' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestMcaWindow.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestMcaWindow' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestMaterialEditor.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestMaterialEditor' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestFitParam.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestFitParam' object has no attribute '_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestPeakIdentifier.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestPeakIdentifier' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestMcaAdvancedFit.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestMcaAdvancedFit' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testShow (WidgetsInstantiationTest.TestPyMcaMain.testShow)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestPyMcaMain' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testInteractionMpl
(McaAdvancedFitWidgetTest.TestMcaAdvancedFitWidget.testInteractionMpl)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestMcaAdvancedFitWidget' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testCommand (PyMcaBatchTest.testPyMcaBatch.testCommand)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testFastFitEdfMap (PyMcaBatchTest.testPyMcaBatch.testFastFitEdfMap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testFastFitHdf5Map (PyMcaBatchTest.testPyMcaBatch.testFastFitHdf5Map)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testFastFitSpecMap (PyMcaBatchTest.testPyMcaBatch.testFastFitSpecMap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSlowFitEdfMap (PyMcaBatchTest.testPyMcaBatch.testSlowFitEdfMap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSlowFitHdf5Map (PyMcaBatchTest.testPyMcaBatch.testSlowFitHdf5Map)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSlowFitSpecMap (PyMcaBatchTest.testPyMcaBatch.testSlowFitSpecMap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSlowMultiFitEdfMap
(PyMcaBatchTest.testPyMcaBatch.testSlowMultiFitEdfMap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSlowMultiFitHdf5Map
(PyMcaBatchTest.testPyMcaBatch.testSlowMultiFitHdf5Map)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSlowMultiFitSpecMap
(PyMcaBatchTest.testPyMcaBatch.testSlowMultiFitSpecMap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSlowRoiFitEdfMap
(PyMcaBatchTest.testPyMcaBatch.testSlowRoiFitEdfMap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSlowRoiFitHdf5Map
(PyMcaBatchTest.testPyMcaBatch.testSlowRoiFitHdf5Map)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSlowRoiFitSpecMap
(PyMcaBatchTest.testPyMcaBatch.testSlowRoiFitSpecMap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
======================================================================
ERROR: testSubCommands (PyMcaBatchTest.testPyMcaBatch.testSubCommands)
Check multi processing slicing of 2D maps for different
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/PyMca5/tests/PyMcaBatchTest.py",
line 67, in tearDown
super(testPyMcaBatch, self).tearDown()
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
254, in tearDown
if self._currentTestSucceeded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/misc/testutils.py", line
207, in _currentTestSucceeded
self._feedErrorsToResult(result, self._outcome.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'testPyMcaBatch' object has no attribute
'_feedErrorsToResult'
----------------------------------------------------------------------
Ran 100 tests in 211.845s
FAILED (errors=29, skipped=3)
RECONFIGURING
RECONFIGURING elapsed = 0.38861799240112305
RECONFIGURING
RECONFIGURING elapsed = 0.38408470153808594
RECONFIGURING
RECONFIGURING elapsed = 0.3828868865966797
autopkgtest [23:05:21]: test command1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/debian-pan-maintainers/attachments/20221128/2175b08b/attachment-0001.sig>
More information about the Debian-pan-maintainers
mailing list