This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_embed skipped when srcdir != builddir
Type: behavior Stage: patch review
Components: Tests Versions: Python 3.8, Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ronaldoussoren, vstinner
Priority: normal Keywords: patch

Created on 2018-07-28 09:23 by ronaldoussoren, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 8528 closed ronaldoussoren, 2018-07-28 13:55
Messages (1)
msg322531 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2018-07-28 09:23
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 issue34247.
History
Date User Action Args
2022-04-11 14:59:03adminsetgithub: 78436
2019-05-15 02:33:12vstinnersetnosy: + vstinner
2018-07-28 13:55:43ronaldoussorensetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request8046
2018-07-28 09:23:42ronaldoussorencreate