diff --git a/python-getmac.spec b/python-getmac.spec index 4a7e257..b1193b1 100644 --- a/python-getmac.spec +++ b/python-getmac.spec @@ -54,7 +54,8 @@ find . -type f -exec chmod -x {} \; %check export LANG=C.UTF-8 # test_cli_main fails in OBS not local run -%pytest tests -k 'not test_get_default_iface_freebsd and not test_cli_main' +# test_cli_multiple_debug_levels same as above +%pytest tests -k 'not test_get_default_iface_freebsd and not test_cli_main and not test_cli_multiple_debug_levels' %files %{python_files} %doc CHANGELOG.md README.md