From 1597d92213d1737a408029a2f466d62594f140fe98d279a515f04229886e52f7 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 17 Mar 2022 09:08:36 +0000 Subject: [PATCH] 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 --- python-pyudev.changes | 2 +- python-pyudev.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pyudev.changes b/python-pyudev.changes index a16fc05..587d426 100644 --- a/python-pyudev.changes +++ b/python-pyudev.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Mar 16 23:40:55 UTC 2022 - Steve Kowalik +Thu Mar 17 09:06:05 UTC 2022 - Steve Kowalik - Skip some unreliable tests. diff --git a/python-pyudev.spec b/python-pyudev.spec index b46783e..ce06274 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -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