Hello community, here is the log from the commit of package cvise for openSUSE:Factory checked in at 2020-06-10 00:49:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cvise (Old) and /work/SRC/openSUSE:Factory/.cvise.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cvise" Wed Jun 10 00:49:39 2020 rev:9 rq:812799 version:1.4.0+git.20200601.4173fa7 Changes: -------- --- /work/SRC/openSUSE:Factory/cvise/cvise.changes 2020-06-02 14:34:26.130723457 +0200 +++ /work/SRC/openSUSE:Factory/.cvise.new.3606/cvise.changes 2020-06-10 00:49:42.707148350 +0200 @@ -1,0 +2,5 @@ +Tue Jun 9 07:29:21 UTC 2020 - Tomáš Chvátal <[email protected]> + +- No need to use pytest4; just pytest is good enough + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cvise.spec ++++++ --- /var/tmp/diff_new_pack.ZtZY42/_old 2020-06-10 00:49:43.183149596 +0200 +++ /var/tmp/diff_new_pack.ZtZY42/_new 2020-06-10 00:49:43.183149596 +0200 @@ -21,7 +21,6 @@ Release: 0 Summary: Super-parallel Python port of the C-Reduce License: BSD-3-Clause -Group: Development/Tools/Other URL: https://github.com/marxin/cvise Source: %{name}-%{version}.tar.xz BuildRequires: astyle @@ -35,7 +34,7 @@ BuildRequires: ninja BuildRequires: python3-Pebble BuildRequires: python3-psutil -BuildRequires: python3-pytest4 +BuildRequires: python3-pytest BuildRequires: unifdef Requires: astyle Requires: clang10 @@ -62,12 +61,12 @@ %build %define __builder ninja -%cmake -DCMAKE_INSTALL_LIBEXECDIR=%_libexecdir +%cmake -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} %cmake_build %check cd build -pytest . +pytest -v . %install %cmake_install
