forked from pool/python-distlib
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user