Hello community, here is the log from the commit of package python-pamqp for openSUSE:Factory checked in at 2020-06-10 00:49:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pamqp (Old) and /work/SRC/openSUSE:Factory/.python-pamqp.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pamqp" Wed Jun 10 00:49:45 2020 rev:7 rq:812810 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pamqp/python-pamqp.changes 2020-04-23 18:35:38.672685415 +0200 +++ /work/SRC/openSUSE:Factory/.python-pamqp.new.3606/python-pamqp.changes 2020-06-10 00:49:46.831159139 +0200 @@ -1,0 +2,5 @@ +Tue Jun 9 07:24:28 UTC 2020 - Marketa Calabkova <[email protected]> + +- replace nose with pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pamqp.spec ++++++ --- /var/tmp/diff_new_pack.YgBQ4g/_old 2020-06-10 00:49:48.027162268 +0200 +++ /var/tmp/diff_new_pack.YgBQ4g/_new 2020-06-10 00:49:48.027162268 +0200 @@ -26,7 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/gmr/pamqp Source: https://github.com/gmr/pamqp/archive/%{version}.tar.gz -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -60,8 +60,7 @@ %check # for python 2.7 has to 'always' be there, for python 3.7 'default' is enough export PYTHONWARNINGS=always -# test_decode_embedded_value_long_uint_data_type https://github.com/gmr/pamqp/issues/11 -%python_expand nosetests-%{$python_bin_suffix} tests/ -e 'test_decode_embedded_value_long_uint_data_type' +%pytest tests/* %files %{python_files} %license LICENSE
