Hello community, here is the log from the commit of package python-suds for openSUSE:Factory checked in at 2014-01-22 23:34:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-suds (Old) and /work/SRC/openSUSE:Factory/.python-suds.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-suds" Changes: -------- --- /work/SRC/openSUSE:Factory/python-suds/python-suds.changes 2013-11-30 16:21:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-suds.new/python-suds.changes 2014-01-23 15:54:50.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Jan 13 13:50:26 UTC 2014 - [email protected] + +- Run tests that don't need internet or server access + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-suds.spec ++++++ --- /var/tmp/diff_new_pack.sqlTm1/_old 2014-01-23 15:54:51.000000000 +0100 +++ /var/tmp/diff_new_pack.sqlTm1/_new 2014-01-23 15:54:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-suds # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,6 @@ Patch0: suds-insecure-cache-tempdir.patch BuildRequires: fdupes BuildRequires: python-devel -BuildRequires: python-nose BuildRequires: python-setuptools BuildRequires: python-xml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -68,7 +67,12 @@ %fdupes %{buildroot} %check -nosetests +#NOTE(saschpe): We can only run tests that don't need internet or server access. +# Put the installed 'suds' module and the local 'tests' module into PYTHONPATH: +export PYTHONPATH=%{buildroot}%{python_sitelib}:. +for t in builtin saxenc ; do +python tests/$t.py +done %files %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
