#17 one test is failing when building Fedora 29 package
Closed: Fixed by jhutar. Opened by jhutar.

+ python2 rpmfluff.py
.F.............................................s.........ssss
======================================================================
FAIL: test_add_commiter (__main__.TestSimpleRpmBuild)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "rpmfluff.py", line 1505, in test_add_commiter
    self.assert_header_contains(rpmFile, rpm.RPMTAG_CHANGELOGNAME, commiter)
  File "rpmfluff.py", line 1291, in assert_header_contains
    self.assertIn(text, str(h[tagId]))
AssertionError: 'Some Commiter <scommiter@example.com>' not found in '[]'
----------------------------------------------------------------------
Ran 61 tests in 10.003s
FAILED (failures=1, skipped=5)
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.XeScIg (%check)
    Bad exit status from /var/tmp/rpm-tmp.XeScIg (%check)
Child return code was: 1
EXCEPTION: [Error()]
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace
    result = func(*args, **kw)
  File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do
    raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode)
mockbuild.exception.Error: Command failed. See logs for output.
 # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-rpmfluff.spec

Should be workarounded by https://pagure.io/rpmfluff/c/af434a68353670d6cc791add2ce5067c8a5ff070?branch=master

Metadata Update from @jhutar:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata