This file is indexed.

/usr/share/doc/pypy-pytest/README.Debian is in pypy-pytest 3.3.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
Running test suites with pytest during package build
----------------------------------------------------

Since version 3.0.0 of pytest dropped the versioned entry points py.test-X.Y,
the recommended way to execute test suites using pytest is by running

  pythonX.Y -m pytest ...

instead.