On 3/31/21 6:59 AM, M.-A. Lemburg wrote:
It seems that some of the doc tests are missing imports of e.g. Flag from enum.
My understanding of doctest is that the global execution environment is cumulative. For example. the three previous tests, which all pass, are also not reimporting Flag. Also note that the tests pass fine locally, suggesting that this is a CI problem. [1] -- ~Ethan~ [1] https://bugs.python.org/issue43681 _______________________________________________ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/AFNFE3MHLGGPTQFR6M7ZGUI4VGR4VJVV/ Code of Conduct: https://www.python.org/psf/codeofconduct/
