]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45506: Go back to not running most of test_embed in out-of-tree builds. (gh-29063)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 19 Oct 2021 20:11:16 +0000 (14:11 -0600)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 20:11:16 +0000 (14:11 -0600)
commitf4b12440cf24d7636755aac5b2645e47713557c7
tree06def2df176fce6aa90e934e8c869ec1efa9b1f6
parenta106343f632a99c8ebb0136fa140cf189b4a6a57
bpo-45506: Go back to not running most of test_embed in out-of-tree builds. (gh-29063)

In gh-28954 I adjusted how test_embed determines if it should be skipped. That broke out-of-tree builds. This change fixes them.

https://bugs.python.org/issue45506
Lib/test/test_embed.py