From 8a1c60d4b159832b69c9a4dd84000297e6fe7504 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Oct 09 2012 19:32:14 +0000 Subject: Disable hub and thread tests for koji. --- diff --git a/fedmsg.spec b/fedmsg.spec index 01795d5..d811414 100644 --- a/fedmsg.spec +++ b/fedmsg.spec @@ -5,7 +5,7 @@ Name: fedmsg Version: 0.5.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools for Fedora Infrastructure real-time messaging Group: Applications/Internet License: LGPLv2+ @@ -98,6 +98,11 @@ socket. Useful for repeating messages outside a firewal. # Create this temporary symlink that's only needed for the test suite. ln -s fedmsg/tests/test_certs dev_certs +# Unfortunately, neither of these tests will run on koji since they require +# some network connectivity. With a note of sadness, we destroy them. +rm fedmsg/tests/test_hub.py +rm fedmsg/tests/test_threads.py + %check %if %{?rhel}%{!?rhel:0} >= 6 # Check section removed until a RHEL6 bug with python-repoze-what-plugins-sql @@ -199,6 +204,9 @@ fi %{_sysconfdir}/init.d/fedmsg-gateway %changelog +* Tue Oct 09 2012 Ralph Bean - 0.5.4-4 +- Disable those few tests that require network connectivity for koji. + * Tue Oct 09 2012 Ralph Bean - 0.5.4-3 - BuildRequires on python-pygments.