Jimmy Berry 2019-08-16 22:01:10 +00:00 committed by Git OBS Bridge
parent 00b9de126c
commit 6c59663eb6

View File

@ -74,7 +74,7 @@ rm pytest.ini
%check
export PYTHONDONTWRITEBYTECODE=1
# the two tests fail in obs
%pytest -k 'not (test_scope_initialized_before_client or test_configure_scope_unavailable)'
%pytest -k 'not (test_scope_initialized_before_client or test_configure_scope_unavailable or test_gevent_is_not_patched)'
%files %{python_files}
%doc README.md CHANGES.md