https://bugzilla.redhat.com/show_bug.cgi?id=1334888

Jerry James <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|fedora-review?              |fedora-review+



--- Comment #5 from Jerry James <[email protected]> ---
The mock build environment runs with the encoding set to ASCII.  I've had that
cause problems for other packages that expect a Unicode environment.  Try this:

%check
export LC_ALL=en_US.UTF-8
# Run both versions of nosetests.
nosetests-%{python2_version} -v
nosetests-%{python3_version} -v

That works for me, although you also have to add BuildRequires: python2-six and
BuildRequires: python3-six.

Everything else looks good, so this package is APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to