diff --git a/python-pystache.changes b/python-pystache.changes index b6738da..6ffcc63 100644 --- a/python-pystache.changes +++ b/python-pystache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 2 14:07:09 UTC 2020 - pgajdos@suse.com + +- switch from nose to pytest + ------------------------------------------------------------------- Mon Jul 16 12:31:15 UTC 2018 - tchvatal@suse.com diff --git a/python-pystache.spec b/python-pystache.spec index 9cfa971..481f85b 100644 --- a/python-pystache.spec +++ b/python-pystache.spec @@ -1,7 +1,7 @@ # # spec file for package python-pystache # -# Copyright (c) 2018 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,9 +23,9 @@ Release: 0 Summary: Mustache for Python License: MIT Group: Development/Languages/Python -URL: http://github.com/defunkt/pystache +URL: https://github.com/defunkt/pystache Source: https://files.pythonhosted.org/packages/source/p/pystache/pystache-%{version}.tar.gz -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -58,7 +58,7 @@ https://github.com/mustache/spec. %{python_expand %fdupes %{buildroot}%$python_sitelib/} %check -%{python_expand nosetests-%$python_bin_suffix build/lib/pystache/} +%pytest build/lib/pystache %post %{python_install_alternative pystache pystache-test}