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