14
0

Accepting request 695023 from home:mcepl:branches:devel:languages:python

Switch to pytest runner, which seems to be a way more stable in
providing the results.

OBS-URL: https://build.opensuse.org/request/show/695023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=15
This commit is contained in:
2019-04-17 08:41:09 +00:00
committed by Git OBS Bridge
parent 42759147fd
commit 3664738611
2 changed files with 8 additions and 1 deletions

View File

@@ -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>

View File

@@ -26,6 +26,7 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://pythonhosted.org/python-gnupg/index.html
Source: https://files.pythonhosted.org/packages/source/p/python-gnupg/python-gnupg-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: gpg2
@@ -56,7 +57,7 @@ encryption and signature functionality from Python programs.
%check
export NO_EXTERNAL_TESTS=true
%python_exec test_gnupg.py
%pytest test_gnupg.py
%files %{python_files}
%license LICENSE.txt