From e1c01f54a07a511328e6267a575ca2484ed9e574626fc48d38b1396574f49e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 19 Feb 2020 09:02:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=70 --- python-pyOpenSSL.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 8452be2..b4e720a 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyOpenSSL # -# Copyright (c) 2020 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 @@ -23,7 +23,6 @@ Version: 19.1.0 Release: 0 Summary: Python wrapper module around the OpenSSL library License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/pyca/pyopenssl Source: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz Patch1: skip-networked-test.patch @@ -72,9 +71,7 @@ other things) a cffi-based interface to OpenSSL. %check export LC_ALL=en_US.UTF-8 -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} -py.test-%{$python_bin_suffix} -vv -m "not network" -} +%pytest -m 'not network' %files %{python_files} %license LICENSE