- 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
This commit is contained in:
Matej Cepl 2019-10-24 19:35:24 +00:00 committed by Git OBS Bridge
parent bbe74b1d00
commit f9abdb045b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 24 21:34:33 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Skip test_abi tests. bt#pypa/distlib#129
-------------------------------------------------------------------
Fri Sep 13 08:55:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -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