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