Remove dummyserver tests which fail only sometimes.

This commit is contained in:
Ralph Bean 2014-12-16 14:41:11 -05:00
parent f611c7ae39
commit 2d102046f1

View File

@ -65,6 +65,10 @@ Python3 HTTP module with connection pooling and file POST abilities.
%prep %prep
%setup -q -n %{srcname}-%{version} %setup -q -n %{srcname}-%{version}
# Drop the dummyserver tests in koji. They fail there in real builds, but not
# in scratch builds (weird).
rm -rf test/with_dummyserver/
%if 0%{?rhel} && 0%{?rhel} <= 6 %if 0%{?rhel} && 0%{?rhel} <= 6
%patch100 -p1 %patch100 -p1
%endif %endif
@ -161,6 +165,7 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
- Latest upstream 1.10, for python-requests-2.5.0. - Latest upstream 1.10, for python-requests-2.5.0.
- Re-do unbundling without patch, with symlinks. - Re-do unbundling without patch, with symlinks.
- Modernize python2 macros. - Modernize python2 macros.
- Remove the with_dummyserver tests which fail only sometimes.
* Wed Nov 05 2014 Ralph Bean <rbean@redhat.com> - 1.9.1-1 * Wed Nov 05 2014 Ralph Bean <rbean@redhat.com> - 1.9.1-1
- Latest upstream, 1.9.1 for latest python-requests. - Latest upstream, 1.9.1 for latest python-requests.