tracker & tracker-miners test suite needs tap.py

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24448 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2021-04-08 08:32:05 +00:00
parent 210fb9042e
commit fffabd829f
2 changed files with 11 additions and 5 deletions

View File

@ -103,8 +103,10 @@
<xref linkend="upower"/>,
<ulink url="https://github.com/lipnitsk/libcue">libcue</ulink>,
<ulink url="http://libiptcdata.sourceforge.net/">libitpcdata</ulink>,
<ulink url="https://libosinfo.org">libosinfo</ulink>, and
<ulink url="https://gitlab.gnome.org/GNOME/gupnp">gupnp</ulink>
<ulink url="https://libosinfo.org">libosinfo</ulink>
<ulink url="https://gitlab.gnome.org/GNOME/gupnp">gupnp</ulink>, and
<ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
(for tests)
</para>
<para condition="html" role="usernotes">
@ -143,7 +145,8 @@ ninja</userinput></screen>
<para>
To test the results, as the <systemitem class="username">root</systemitem>
user, issue: <command>ninja test</command>.
user, issue: <command>ninja test</command>. 38 tests will fail if the
Python 3 module tap.py is not installed.
</para>
<para>

View File

@ -107,8 +107,10 @@
<para role="optional">
<xref linkend="asciidoc"/>,
<xref linkend="gtk-doc"/>,
<ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
<ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>
<ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>,
<ulink url="https://github.com/snowballstem/snowball/">libstemmer</ulink>, and
<ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
(for tests)
<!-- Python2 used to be a dependency until 2.2.1 -->
</para>
@ -141,6 +143,7 @@ ninja</userinput></screen>
To test the results, issue: <command>ninja test</command>. The tests
should be run from a graphical session. One test,
<filename>tracker:functional/portal</filename>, is known to timeout.
14 tests will fail if the Python 3 module tap.py is not installed.
</para>
<para>