From f9abdb045b5379e4cb6aae12de3b2de8530c777e0cc4e2b2ed9e3df4f4198f7a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 24 Oct 2019 19:35:24 +0000 Subject: [PATCH] - Skip test_abi tests. bt#pypa/distlib#129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=9 --- python-distlib.changes | 5 +++++ python-distlib.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-distlib.changes b/python-distlib.changes index 522e08c..944f28b 100644 --- a/python-distlib.changes +++ b/python-distlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 21:34:33 CEST 2019 - Matej Cepl + +- Skip test_abi tests. bt#pypa/distlib#129 + ------------------------------------------------------------------- Fri Sep 13 08:55:00 UTC 2019 - Tomáš Chvátal diff --git a/python-distlib.spec b/python-distlib.spec index 8ee22b3..5b1c76c 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -70,7 +70,8 @@ rm distlib/*.exe %check export LANG=en_US.UTF-8 # These two tests need internet access -%pytest -k 'not (test_search or test_package_data)' +# test_abi bt#pypa/distlib#129 +%pytest -k 'not (test_search or test_package_data or test_abi)' %files %{python_files} %doc CHANGES.rst README.rst