8c25a14032
* fixed changelog/*.rst docs * add author name * fixed-documents * fix issue 8761 doc * fix issue 8645 doc * fix issue 8447 doc * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
5 lines
244 B
ReStructuredText
5 lines
244 B
ReStructuredText
:meth:`pytest.MonkeyPatch.syspath_prepend` no longer fails when
|
|
``setuptools`` is not installed.
|
|
It now only calls :func:`pkg_resources.fixup_namespace_packages` if
|
|
``pkg_resources`` was previously imported, because it is not needed otherwise.
|