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.

Author jaraco
Recipients Anthony Sottile, Zac Hatfield-Dodds, domdfcoding, jaraco, kj, miss-islington, steve.dower
Date 2021-06-08.00:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623113938.47.0.801086130651.issue44246@roundup.psfhosted.org>
In-reply-to
Content
Thanks Steve for the feedback.

> If it's a warning, it could also be that the warning is being triggered somewhere else first. Since tests run in a random order, you'll want to look for how reliable the failure is.

It is a warning, but it seems unlikely that any other code is calling it, given that the supporting codepath was not present until the same PR.

> The appx layout is also the only one in CI that actually uses an installed layout - all the rest run tests from the source tree. So it could be related to that.

If someone could help by producing a docker image that can build the appx layout and run the tests, that would help me as I don't have a lot of proficiency with installing build tools on Windows through the CLI... and the experience I do have has been fraught with challenges.
History
Date User Action Args
2021-06-08 00:58:58jaracosetrecipients: + jaraco, steve.dower, Anthony Sottile, Zac Hatfield-Dodds, miss-islington, domdfcoding, kj
2021-06-08 00:58:58jaracosetmessageid: <1623113938.47.0.801086130651.issue44246@roundup.psfhosted.org>
2021-06-08 00:58:58jaracolinkissue44246 messages
2021-06-08 00:58:57jaracocreate