From 916f62aa6ad0946832a650bef636cf8e8ccf3cb3be73e87b87486b85312c1cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 17 Aug 2020 06:16:23 +0000 Subject: [PATCH] Accepting request 827113 from home:jayvdb:py-submit Replace nose with pytest OBS-URL: https://build.opensuse.org/request/show/827113 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rsa?expand=0&rev=32 --- python-rsa.changes | 6 ++++++ python-rsa.spec | 19 ++++++++----------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/python-rsa.changes b/python-rsa.changes index 7932b76..40dfcc4 100644 --- a/python-rsa.changes +++ b/python-rsa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 16 21:04:02 UTC 2020 - John Vandenberg + +- Replace setup.py test with pytest +- Remove %bcond_without tests + ------------------------------------------------------------------- Tue Jun 23 15:36:45 UTC 2020 - Dirk Mueller diff --git a/python-rsa.spec b/python-rsa.spec index 1a0df2a..b42755b 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -17,18 +17,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without tests Name: python-rsa Version: 4.6 Release: 0 Summary: Pure-Python RSA Implementation License: Apache-2.0 Group: Development/Languages/Python -URL: http://stuvel.eu/rsa +URL: https://stuvel.eu/rsa Source: https://files.pythonhosted.org/packages/source/r/rsa/rsa-%{version}.tar.gz -BuildRequires: %{python_module mock} -BuildRequires: %{python_module mypy} -BuildRequires: %{python_module pyasn1 >= 0.1.3} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -37,9 +33,12 @@ Requires(post): update-alternatives Requires(pre): coreutils Requires(preun): update-alternatives BuildArch: noarch -%if %{with tests} -BuildRequires: %{python_module nose} -%endif +# SECTION test requirements +BuildRequires: %{python_module mock} +BuildRequires: %{python_module mypy} +BuildRequires: %{python_module pyasn1 >= 0.1.3} +BuildRequires: %{python_module pytest} +# /SECTION %python_subpackages %description @@ -72,11 +71,9 @@ export LC_ALL=en_US.utf8 %preun %python_uninstall_alternative pyrsa-priv2pub -%if %{with tests} %check export LC_ALL=en_US.utf8 -%python_exec setup.py test -%endif +%pytest %files %{python_files} %license LICENSE