14
0
forked from pool/python-hatch
Tomáš Chvátal
2020-06-03 08:08:31 +00:00
committed by Git OBS Bridge
parent 8016ec84a9
commit ddf43c21a0
2 changed files with 11 additions and 1 deletions

View File

@@ -89,7 +89,12 @@ It aims to make the 90% use cases as pleasant as possible.
export LANG=en_US.UTF-8
export PATH=$PATH:%{buildroot}%{_bindir}
# test_list_success_1 randomly timeouts in OBS
%pytest -k 'not test_list_success_1'
# test_failure expect syntax of output from invoke, which we do not ensure
# test_invalid_part - flaky
# test_package_cwd - flaky
# test_list_success_2 - flaky
# test_output - flaky
%pytest -k 'not (test_list_success_1 or test_failure or test_invalid_part or test_package_cwd or test_list_success_2 or test_output)'
%post
%python_install_alternative hatch