We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = None created_at = <Date 2018-07-28.09:23:42.599> labels = ['3.7', '3.8', 'type-bug', 'tests'] title = 'test_embed skipped when srcdir != builddir' updated_at = <Date 2019-05-15.02:33:12.904> user = 'https://github.com/ronaldoussoren'
bugs.python.org fields:
activity = <Date 2019-05-15.02:33:12.904> actor = 'vstinner' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests'] creation = <Date 2018-07-28.09:23:42.599> creator = 'ronaldoussoren' dependencies = [] files = [] hgrepos = [] issue_num = 34255 keywords = ['patch'] message_count = 1.0 messages = ['322531'] nosy_count = 2.0 nosy_names = ['ronaldoussoren', 'vstinner'] pr_nums = ['8528'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue34255' versions = ['Python 3.7', 'Python 3.8']
The text was updated successfully, but these errors were encountered:
The testsuite skips test_embed when srcdir != builddir, that's because test.test_embed assumes that _testembed is in the source directory.
I noticed this while working on bpo-34247.
Sorry, something went wrong.
This issue is now fixed by 96464e5 (3.12 main) and 79d2269 (3.11). Thanks.
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: