diff options
author | Joe Slater <joe.slater@windriver.com> | 2023-10-02 12:07:49 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-15 19:09:42 -0400 |
commit | d09595e7acb57ca53b1950cb93c698457f0eb5b0 (patch) | |
tree | 0f16d2b0c752dc8dd8672c48bdd04d918d743a1e /meta-python/recipes-devtools/python/python3-inotify_git.bb | |
parent | 513d4afd251eed5504a417c5ac37a8703a67b32b (diff) | |
download | meta-openembedded-d09595e7acb57ca53b1950cb93c698457f0eb5b0.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>
(cherry picked from commit 0efa5c872f6357f8639310e339d9c5a6f0315f2d)
Signed-off-by: Armin Kuster <akuster808@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.bb | 1 |
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 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 | |||
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | git://github.com/dsoprea/pyinotify.git;branch=master;protocol=https \ | 10 | git://github.com/dsoprea/pyinotify.git;branch=master;protocol=https \ |
11 | file://new-test-inotify.patch \ | ||
11 | file://run-ptest \ | 12 | file://run-ptest \ |
12 | " | 13 | " |
13 | 14 | ||