summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-inotify_git.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2023-09-05 09:35:18 -0700
committerKhem Raj <raj.khem@gmail.com>2023-09-07 08:22:43 -0700
commit0efa5c872f6357f8639310e339d9c5a6f0315f2d (patch)
treea507ed3d6b933a92caad54d2966d4d3ac29a4aaa /meta-python/recipes-devtools/python/python3-inotify_git.bb
parentb74b10e31620f90b92979e2f1516bfbc8d051ec2 (diff)
downloadmeta-openembedded-0efa5c872f6357f8639310e339d9c5a6f0315f2d.tar.gz
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 <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-inotify_git.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-inotify_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-inotify_git.bb b/meta-python/recipes-devtools/python/python3-inotify_git.bb
index 9e35c7ba5b..2e189ddace 100644
--- a/meta-python/recipes-devtools/python/python3-inotify_git.bb
+++ b/meta-python/recipes-devtools/python/python3-inotify_git.bb
@@ -7,6 +7,7 @@ SRC_URI[sha256sum] = "974a623a338482b62e16d4eb705fb863ed33ec178680fc3e96ccdf0df6
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 git://github.com/dsoprea/pyinotify.git;branch=master;protocol=https \ 9 git://github.com/dsoprea/pyinotify.git;branch=master;protocol=https \
10 file://new-test-inotify.patch \
10 file://run-ptest \ 11 file://run-ptest \
11" 12"
12 13