- 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:
parent
bbe74b1d00
commit
f9abdb045b
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user