diff options
author | Derek Straka <derek@asterius.io> | 2024-02-19 21:48:00 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
commit | fd0418411b3da78b4b11f1eb9e1e15cfa6fe6a85 (patch) | |
tree | f8b007c189f93133dc57fce6e84199f6db3c32d4 | |
parent | 0cd1b4301ef9c2132cafdd89db1b4b635359f3c0 (diff) | |
download | meta-openembedded-fd0418411b3da78b4b11f1eb9e1e15cfa6fe6a85.tar.gz |
python-inotify: re-enable working ptests for the package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index fdc0ed6cc..b80b96624 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -21,6 +21,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
21 | python3-gunicorn \ | 21 | python3-gunicorn \ |
22 | python3-html2text \ | 22 | python3-html2text \ |
23 | python3-inflection \ | 23 | python3-inflection \ |
24 | python3-inotify \ | ||
24 | python3-intervals \ | 25 | python3-intervals \ |
25 | python3-ipy \ | 26 | python3-ipy \ |
26 | python3-iso3166 \ | 27 | python3-iso3166 \ |
@@ -71,7 +72,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
71 | python3-dnspython \ | 72 | python3-dnspython \ |
72 | python3-fastjsonschema \ | 73 | python3-fastjsonschema \ |
73 | python3-gpiod \ | 74 | python3-gpiod \ |
74 | python3-inotify \ | ||
75 | python3-jdcal \ | 75 | python3-jdcal \ |
76 | python3-jsmin \ | 76 | python3-jsmin \ |
77 | python3-license-expression \ | 77 | python3-license-expression \ |