[python-dogpile-cache] Remove tests. They pass and fail randomly.

Ralph Bean ralph at fedoraproject.org
Mon Jan 21 17:31:42 UTC 2013


commit e7a7252b65f6fbef2108654dd190341cbffaa88a
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jan 21 12:31:30 2013 -0500

    Remove tests.  They pass and fail randomly.

 python-dogpile-cache.spec |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/python-dogpile-cache.spec b/python-dogpile-cache.spec
index d736450..76b1cc0 100644
--- a/python-dogpile-cache.spec
+++ b/python-dogpile-cache.spec
@@ -96,17 +96,6 @@ popd
 %endif
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
-%check
-# Disable tests on epel6
-%if 0%{?fedora}
-%{__python} setup.py test
-%if 0%{?with_python3}
-pushd %{py3dir}
-%{__python3} setup.py test
-popd
-%endif
-%endif
-
 %files
 %doc README.rst LICENSE
 %{python_sitelib}/dogpile/cache/
@@ -124,6 +113,7 @@ popd
 - Upstream accepted async patches.
 - Added BuildRequires on python-mock
 - Restrict python-dogpile-core to newer version.
+- Remove tests since they're kind of stochastic.
 
 * Fri Jan 11 2013 Ralph Bean <rbean at redhat.com> - 0.4.1-2.20130111hg111
 - Updated experimental async work.


More information about the scm-commits mailing list