diff --git a/gnome/platform/tracker3-miners.xml b/gnome/platform/tracker3-miners.xml index 6406fcf61a..5c7833a669 100644 --- a/gnome/platform/tracker3-miners.xml +++ b/gnome/platform/tracker3-miners.xml @@ -103,8 +103,10 @@ , libcue, libitpcdata, - libosinfo, and - gupnp + libosinfo + gupnp, and + tap.py + (for tests) @@ -143,7 +145,8 @@ ninja To test the results, as the root - user, issue: ninja test. + user, issue: ninja test. 38 tests will fail if the + Python 3 module tap.py is not installed. diff --git a/gnome/platform/tracker3.xml b/gnome/platform/tracker3.xml index 234b6eb72b..07cf5af2a5 100644 --- a/gnome/platform/tracker3.xml +++ b/gnome/platform/tracker3.xml @@ -107,8 +107,10 @@ , , - bash-completion, and - libstemmer + bash-completion, + libstemmer, and + tap.py + (for tests) @@ -141,6 +143,7 @@ ninja To test the results, issue: ninja test. The tests should be run from a graphical session. One test, tracker:functional/portal, is known to timeout. + 14 tests will fail if the Python 3 module tap.py is not installed.