Also skip test_getitem, which only fails sporadically

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=52
This commit is contained in:
Steve Kowalik 2022-03-17 09:08:36 +00:00 committed by Git OBS Bridge
parent fee44f1f69
commit 1597d92213
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Wed Mar 16 23:40:55 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
Thu Mar 17 09:06:05 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Skip some unreliable tests.

View File

@ -74,7 +74,7 @@ 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
# ... or apparently, a reliable testsuite gh#pyudev/pyudev#457
%pytest -k 'not (real_udev or test_as)'
%pytest -k 'not (real_udev or test_as or test_getitem)'
%files %{python_files}
%license COPYING