]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108638: Fix tests when _stat extension is missing (#108689)
authorVictor Stinner <vstinner@python.org>
Thu, 31 Aug 2023 21:14:23 +0000 (23:14 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2023 21:14:23 +0000 (23:14 +0200)
commitc6d56135e151a19c79d002cb1f1dbcd1c766c51d
treeef2576000fef9a67ccd973ea7731758ce01560c6
parentd48760b2f1e28dd3c1a35721939f400a8ab619b8
gh-108638: Fix tests when _stat extension is missing (#108689)

Fix test_inspect and test_pydoc when the _stat extension is missing.
Skip tests relying on _stat when _stat is missing.
Lib/test/test_inspect.py
Lib/test/test_pydoc.py