[Python-modules-team] Bug#915900: pytest-sugar FTBFS with pytest 3.10.1-1
Adrian Bunk
bunk at debian.org
Fri Dec 7 19:06:22 GMT 2018
Source: pytest-sugar
Version: 0.9.1-3
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pytest-sugar.html
...
=================================== FAILURES ===================================
___________________ TestTerminalReporter.test_report_header ____________________
self = <test_sugar.TestTerminalReporter object at 0x7fbc21ba97b8>
testdir = <Testdir local('/tmp/pytest-of-pbuilder1/pytest-0/test_report_header0')>
def test_report_header(self, testdir):
testdir.makeconftest(
"""
def pytest_report_header(startdir):
pass
"""
)
testdir.makepyfile(
"""
def test():
pass
"""
)
result = testdir.runpytest('--force-sugar')
> assert result.ret == 0, result.stderr.str()
E AssertionError:
E assert 3 == 0
E + where 3 = <_pytest.pytester.RunResult object at 0x7fbc21b9ae48>.ret
...
========== 7 failed, 68 passed, 4 skipped, 1 warnings in 2.75 seconds ==========
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd /build/1st/pytest-sugar-0.9.1/.pybuild/cpython3_3.6_pytest-sugar/build; python3.6 -m pytest
dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.6 3.7" returned exit code 13
make: *** [debian/rules:6: build] Error 25
More information about the Python-modules-team
mailing list