From d09595e7acb57ca53b1950cb93c698457f0eb5b0 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Mon, 2 Oct 2023 12:07:49 -0700 Subject: python3-inotify: fix tests Some tests in test-inotify.py assume values for watch descriptors. This is not safe, so we retrieve the assigned values to compare with event information generated. Signed-off-by: Joe Slater Signed-off-by: Khem Raj (cherry picked from commit 0efa5c872f6357f8639310e339d9c5a6f0315f2d) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-inotify_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-inotify_git.bb') diff --git a/meta-python/recipes-devtools/python/python3-inotify_git.bb b/meta-python/recipes-devtools/python/python3-inotify_git.bb index 15fb92eedd..37a2e2a6f2 100644 --- a/meta-python/recipes-devtools/python/python3-inotify_git.bb +++ b/meta-python/recipes-devtools/python/python3-inotify_git.bb @@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "974a623a338482b62e16d4eb705fb863ed33ec178680fc3e96ccdf0df6 SRC_URI = " \ git://github.com/dsoprea/pyinotify.git;branch=master;protocol=https \ + file://new-test-inotify.patch \ file://run-ptest \ " -- cgit v1.2.3-54-g00ecf