Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-coverage-plugin for openSUSE:Factory checked in at 2021-05-20 19:25:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-coverage-plugin (Old) and /work/SRC/openSUSE:Factory/.python-django-coverage-plugin.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-coverage-plugin" Thu May 20 19:25:30 2021 rev:2 rq:894582 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-coverage-plugin/python-django-coverage-plugin.changes 2020-02-20 15:00:04.786841322 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-coverage-plugin.new.2988/python-django-coverage-plugin.changes 2021-05-20 19:26:00.557708973 +0200 @@ -1,0 +2,5 @@ +Thu May 20 08:34:52 UTC 2021 - pgaj...@suse.com + +- %check: use %pytest macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-coverage-plugin.spec ++++++ --- /var/tmp/diff_new_pack.2zodhp/_old 2021-05-20 19:26:00.973707267 +0200 +++ /var/tmp/diff_new_pack.2zodhp/_new 2021-05-20 19:26:00.977707251 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-django-coverage-plugin # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,6 +36,7 @@ # SECTION test requirements BuildRequires: %{python_module Django} BuildRequires: %{python_module coverage >= 4.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module six >= 1.4.0} BuildRequires: %{python_module unittest-mixins} # /SECTION @@ -55,7 +56,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE.txt