From ba773d2dbfd4ad8225f0830e146173e9a474ae065906cf98c51b4d2bad2e2506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 16:41:39 +0000 Subject: [PATCH] Accepting request 682532 from home:jayvdb:py-check-failures - Remove no longer necessary pytest argument -k "not test_export_text" OBS-URL: https://build.opensuse.org/request/show/682532 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=63 --- python-pyOpenSSL.changes | 5 +++++ python-pyOpenSSL.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index ad0ceb2..d95ffba 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 15:53:31 UTC 2019 - John Vandenberg + +- Remove no longer necessary pytest argument -k "not test_export_text" + ------------------------------------------------------------------- Sat Mar 2 16:29:39 UTC 2019 - Ondřej Súkup diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index e695916..7c7f9ad 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -72,7 +72,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} -m "not network" -k "not test_export_text" +py.test-%{$python_bin_suffix} -m "not network" } %files %{python_files}