Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2015-09-24 06:14:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests (Old)
 and      /work/SRC/openSUSE:Factory/.python-requests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requests"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2015-08-07 00:24:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes     
2015-09-24 06:14:15.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Sep 14 07:48:30 UTC 2015 - tbecht...@suse.com
+
+- Disable testsuite. Tests were never executed (bsc#945455) but
+  enabling the testsuite doesn't work because the suite needs
+  network access.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-requests.spec ++++++
--- /var/tmp/diff_new_pack.QpOXGB/_old  2015-09-24 06:14:15.000000000 +0200
+++ /var/tmp/diff_new_pack.QpOXGB/_new  2015-09-24 06:14:15.000000000 +0200
@@ -80,8 +80,11 @@
 %build
 python setup.py build
 
-%check
-python setup.py test
+# NOTE(toabctl): The test suite currently requires external network access, so
+# we can't enable it.
+# See # https://github.com/kennethreitz/requests/issues/2184
+##check
+##python setup.py test
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}


Reply via email to