commit | 7b438282d39e742b2628a32e7c6699a140ff4cfb | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Wed Nov 03 11:47:16 2021 -0600 |
committer | GitHub <noreply@github.com> | Wed Nov 03 11:47:16 2021 -0600 |
tree | 2551442909dda003bac9a88c36810567ac5bdf44 | |
parent | acc89db9233abf4d903af9a7595a2ed7478fe7d3 [diff] |
bpo-45506: Stop skipping test_embed. (gh-29300) In gh-29063 I ended up disabling test_embed on non-Windows by accident. This gets it running again. https://bugs.python.org/issue45506