File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -128,15 +128,21 @@ examine it.
128128Limitations
129129===========
130130
131- For distributed testing the workers must have the pytest-cov package installed. This is needed since
131+ For distributed testing the workers must have the pytest-cov package installed. This is needed since
132132the plugin must be registered through setuptools for pytest to start the plugin on the
133133worker.
134134
135135For subprocess measurement environment variables must make it from the main process to the
136- subprocess. The python used by the subprocess must have pytest-cov installed. The subprocess must
136+ subprocess. The python used by the subprocess must have pytest-cov installed. The subprocess must
137137do normal site initialisation so that the environment variables can be detected and coverage
138- started.
138+ started. See the `subprocess support docs <https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html >`_
139+ for more details of how this works.
139140
141+ Security
142+ ========
143+
144+ To report a security vulnerability please use the `Tidelift security contact <https://tidelift.com/security >`_.
145+ Tidelift will coordinate the fix and disclosure.
140146
141147Acknowledgements
142148================
You can’t perform that action at this time.
0 commit comments