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}