14
0

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

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