Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2014-01-03 14:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python (Old)
 and      /work/SRC/openSUSE:Factory/.python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python/python-base.changes       2013-12-07 
08:50:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2014-01-03 
14:49:36.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Dec  7 02:27:51 UTC 2013 - m...@suse.de
+
+- Ignore uuid testcase in the testsuite, it relies on unreliable
+  ifconfig output.
+
+-------------------------------------------------------------------
python.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-base.spec ++++++
--- /var/tmp/diff_new_pack.LWo4nc/_old  2014-01-03 14:49:37.000000000 +0100
+++ /var/tmp/diff_new_pack.LWo4nc/_new  2014-01-03 14:49:37.000000000 +0100
@@ -195,6 +195,12 @@
 # emulation is unreliable
 EXCLUDE="$EXCLUDE -x test_multiprocessing"
 %endif
+
+# This test (part of test_uuid) requires real network interfaces
+# so that ifconfig output has "HWaddr <something>".  Some kvm instances
+# don't have any such interface breaking the uuid module test.
+EXCLUDE="$EXCLUDE -x test_uuid"
+
 # Limit virtual memory to avoid spurious failures
 if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then
   ulimit -v 10000000 || :

python.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to