15
0
forked from pool/python-getmac
Tomáš Chvátal
2020-04-16 13:33:46 +00:00
committed by Git OBS Bridge
parent bd2993ab2f
commit b7f1708089

View File

@@ -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