14
0
forked from pool/python-pyudev

- Skip some unreliable tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=51
This commit is contained in:
2022-03-16 23:43:29 +00:00
committed by Git OBS Bridge
parent 9abcfd5abd
commit fee44f1f69
3 changed files with 8 additions and 2 deletions

View File

@@ -73,7 +73,8 @@ sed -i -e "s|'sphinx.ext.intersphinx',\\?||" -e "s|'sphinxcontrib.issuetracker',
%check
# We don't have real /dev in osc build chroot gh#pyudev/pyudev#404
%pytest -k 'not real_udev'
# ... or apparently, a reliable testsuite gh#pyudev/pyudev#457
%pytest -k 'not (real_udev or test_as)'
%files %{python_files}
%license COPYING