[fedmsg] Remove test_text.py temporarilly since it now depends on test_hub.py

Ralph Bean ralph at fedoraproject.org
Tue Oct 23 16:15:54 UTC 2012


commit f58dff05ef21cebcf49e01a122a1afa279e40aef
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Oct 23 12:15:48 2012 -0400

    Remove test_text.py temporarilly since it now depends on test_hub.py

 fedmsg.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index 6fc977d..663b487 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -103,6 +103,9 @@ ln -s fedmsg/tests/test_certs dev_certs
 rm fedmsg/tests/test_hub.py
 rm fedmsg/tests/test_threads.py
 
+# Remove this test too since it tries to import from test_hub (as of 0.5.5)
+rm fedmsg/tests/test_text.py
+
 %check
 %if %{?rhel}%{!?rhel:0} >= 6
 # Check section removed until a RHEL6 bug with python-repoze-what-plugins-sql
@@ -206,6 +209,7 @@ fi
 %changelog
 * Tue Oct 23 2012 Ralph Bean <rbean at redhat.com> - 0.5.5-1
 - Lots of work on enhancing and simplifying fedmsg.text from Luke Macken.
+- Remove test_text.py since it now depends on test_hub.py
 
 * Tue Oct 09 2012 Ralph Bean <rbean at redhat.com> - 0.5.4-4
 - Disable those few tests that require network connectivity for koji.


More information about the scm-commits mailing list