[python-urllib3] Remove dummyserver tests which fail only sometimes.

Ralph Bean ralph at fedoraproject.org
Tue Dec 16 19:41:25 UTC 2014


commit 2d102046f1361a384d36b67be482d2d1b071dcf1
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Dec 16 14:41:11 2014 -0500

    Remove dummyserver tests which fail only sometimes.

 python-urllib3.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/python-urllib3.spec b/python-urllib3.spec
index 0502d58..4c1859b 100644
--- a/python-urllib3.spec
+++ b/python-urllib3.spec
@@ -65,6 +65,10 @@ Python3 HTTP module with connection pooling and file POST abilities.
 %prep
 %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
 %patch100 -p1
 %endif
@@ -161,6 +165,7 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
 - Latest upstream 1.10, for python-requests-2.5.0.
 - Re-do unbundling without patch, with symlinks.
 - Modernize python2 macros.
+- Remove the with_dummyserver tests which fail only sometimes.
 
 * Wed Nov 05 2014 Ralph Bean <rbean at redhat.com> - 1.9.1-1
 - Latest upstream, 1.9.1 for latest python-requests.


More information about the scm-commits mailing list