forked from pool/python-python-gnupg
Accepting request 695024 from devel:languages:python
Switch to pytest runner, which seems to be a way more stable in providing the results. (forwarded request 695023 from mcepl) OBS-URL: https://build.opensuse.org/request/show/695024 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gnupg?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 17 10:39:48 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Switch to pytest runner, which seems to be a way more stable in
|
||||||
|
providing the results.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 10:07:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Jan 24 10:07:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -26,6 +26,7 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://pythonhosted.org/python-gnupg/index.html
|
URL: http://pythonhosted.org/python-gnupg/index.html
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/python-gnupg/python-gnupg-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python-gnupg/python-gnupg-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gpg2
|
BuildRequires: gpg2
|
||||||
@@ -56,7 +57,7 @@ encryption and signature functionality from Python programs.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export NO_EXTERNAL_TESTS=true
|
export NO_EXTERNAL_TESTS=true
|
||||||
%python_exec test_gnupg.py
|
%pytest test_gnupg.py
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Reference in New Issue
Block a user