This file is indexed.

/usr/lib/python3/dist-packages/pytest_instafail-0.3.0.egg-info/PKG-INFO is in python3-pytest-instafail 0.3.0-1.

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
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Metadata-Version: 1.1
Name: pytest-instafail
Version: 0.3.0
Summary: py.test plugin to show failures instantly
Home-page: https://github.com/jpvanhal/pytest-instafail
Author: Janne Vanhala
Author-email: janne.vanhala@gmail.com
License: BSD
Description: pytest-instafail
        ================
        
        |build status|_
        
        .. |build status| image:: https://secure.travis-ci.org/jpvanhal/pytest-instafail.png?branch=master
           :alt: Build Status
        .. _build status: http://travis-ci.org/jpvanhal/pytest-instafail
        
        pytest-instafail is a plugin for `py.test <http://pytest.org>`_ that shows
        failures and errors instantly instead of waiting until the end of test session.
        
        Requirements
        ------------
        
        You will need the following prerequisites in order to use pytest-instafail:
        
        - Python 2.6, 2.7, 3.2, 3.3, 3.4 or PyPy
        - pytest 2.3 or newer
        
        Installation
        ------------
        
        To install pytest-instafail::
        
            $ pip install pytest-instafail
        
        Then run your tests with::
        
            $ py.test --instafail
        
        Resources
        ---------
        
        - `Issue Tracker <http://github.com/jpvanhal/pytest-instafail/issues>`_
        - `Code <http://github.com/jpvanhal/pytest-instafail/>`_
        - `Development Version
          <http://github.com/jpvanhal/pytest-instafail/zipball/master#egg=pytest-instafail-dev>`_
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy