forked from pool/python-setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=183
This commit is contained in:
committed by
Git OBS Bridge
parent
47c8c7ab20
commit
d3d6dc0eec
@@ -124,8 +124,10 @@ find ./ -type f -name \*.py -exec sed -i \
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
# the 4 skipped test rely on the bundled packages but they are
|
||||
# not available on virtualenv; this is expected behaviour
|
||||
export LANG=en_US.UTF-8
|
||||
%pytest
|
||||
%pytest -k 'not (test_clean_env_install or test_pip_upgrade_from_source or test_test_command_install_requirements or test_no_missing_dependencies)'
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
|
Reference in New Issue
Block a user