15
0
forked from pool/python-path
2019-12-03 14:55:45 +00:00
committed by Git OBS Bridge
parent 716e05f159
commit 20fef6ede9

View File

@@ -77,7 +77,7 @@ rm -f pytest.ini
# need to set locale to avoid UnicodeEncodeError
export LANG=en_US.UTF-8
# test_import_time -> relies on timing that varies in OBS
%pytest test_%{modname} -k 'not test_import_time'
%pytest -k 'not test_import_time'
%endif
%if !%{with test}