[Python-modules-team] Bug#955000: azure-cli: Autopkgtest failure in unstable
Scott Kitterman
debian at kitterman.com
Thu Mar 26 16:14:02 GMT 2020
Package: azure-cli
Version: 2.0.81+ds-3
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
Note: Using the FTBFS tag because it is the closest one we have.
Now that humanfriendly is fixed to provide the missing files, azure-cli
has what looks like a real test failure [1]. Here's the relevant log
extract:
=================================== FAILURES ===================================
______________ TestProgress.test_progress_indicator_indet_stdview ______________
self = <tests_core.test_progress.TestProgress testMethod=test_progress_indicator_indet_stdview>
def test_progress_indicator_indet_stdview(self):
# tests the indeterminate progress standardout view
outstream = MockOutstream()
view = progress.IndeterminateStandardOut(out=outstream)
view.write({})
self.assertEqual(view.spinner.label, 'In Progress')
before = view.spinner.total
view.write({})
after = view.spinner.total
> self.assertTrue(after >= before)
E TypeError: '>=' not supported between instances of 'NoneType' and 'NoneType'
../autopkgtest-lxc.r8vnoncs/downtmp/autopkgtest_tmp/tests_core/test_progress.py:63: TypeError
Scott K
[1] https://ci.debian.net/data/autopkgtest/testing/amd64/a/azure-cli/4686987/log.gz
More information about the Python-modules-team
mailing list