Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #5 from Robin Lee <[email protected]> 2011-10-26 23:28:11 EDT 
---
[-] The testsuite namespace should be uniformly excluded in both Python 2 and 3
packages.

[=] setuptools facilitates testing: 
%check
%{__python} setup.py test
%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} setup.py test
popd
%endif # with_python3

[-] Some tests fail under Fedora 16. You should contact upstream to fix them.
Fixing failed tests should be easy for upstream, though the causes of failure
may not be in Logbook itself.

[-] The so in Python 3 package should also be filtered.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to