Hello community, here is the log from the commit of package python-agate for openSUSE:Factory checked in at 2020-04-16 23:06:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-agate (Old) and /work/SRC/openSUSE:Factory/.python-agate.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-agate" Thu Apr 16 23:06:59 2020 rev:4 rq:794616 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-agate/python-agate.changes 2019-03-04 09:22:47.596574874 +0100 +++ /work/SRC/openSUSE:Factory/.python-agate.new.2738/python-agate.changes 2020-04-16 23:07:03.039877613 +0200 @@ -1,0 +2,5 @@ +Thu Apr 16 11:54:50 UTC 2020 - Matej Cepl <[email protected]> + +- Switch from using nosetest runner to pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-agate.spec ++++++ --- /var/tmp/diff_new_pack.Ms1yiy/_old 2020-04-16 23:07:04.215878661 +0200 +++ /var/tmp/diff_new_pack.Ms1yiy/_new 2020-04-16 23:07:04.215878661 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-agate # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,8 +30,8 @@ BuildRequires: %{python_module isodate >= 0.5.4} BuildRequires: %{python_module leather >= 0.3.2} BuildRequires: %{python_module lxml >= 0.3.2} -BuildRequires: %{python_module nose} BuildRequires: %{python_module parsedatetime >= 2.1} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-slugify >= 1.2.1} BuildRequires: %{python_module pytimeparse >= 1.1.5} BuildRequires: %{python_module setuptools} @@ -70,7 +70,7 @@ %check export LANG=en_US.UTF-8 -%python_expand nosetests-%{$python_bin_suffix} tests +%pytest -k 'not test_join' %files %{python_files} %doc CHANGELOG.rst README.rst
