Benjamin Greiner 2022-10-26 08:25:52 +00:00 committed by Git OBS Bridge
parent 655ee36cfd
commit 529949f907

View File

@ -113,7 +113,8 @@ $python -m ipykernel install \
# flaky: bad timings in obs often cause this to fail
donttest="test_shutdown_subprocesses"
# fails in obs setups
%pytest -k "not ($donttest)" --ignore ipykernel/tests/test_debugger.py
ignoretests="--ignore ipykernel/tests/test_debugger.py"
%pytest -k "not ($donttest)" $ignoretests
%files %{python_files}
%doc README.md