Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Limit in test/test_doctest to low #145

Closed
akruis opened this issue Dec 20, 2017 · 1 comment
Closed

Limit in test/test_doctest to low #145

akruis opened this issue Dec 20, 2017 · 1 comment

Comments

@akruis
Copy link

akruis commented Dec 20, 2017

A subtest of test_doctest fails, because Stackless adds TaskletExit to module builtins. I have to adjust the limit.

@akruis akruis added this to the v3.6.x-slp milestone Dec 20, 2017
@akruis akruis self-assigned this Dec 20, 2017
akruis pushed a commit that referenced this issue Dec 21, 2017
Stackless contributes two tests to builtins: TaskletExit and
TaskletExit.__init__. Therefore we have to adjust the limit.

Add missing changelog entries (#143, #144).
akruis pushed a commit that referenced this issue Dec 21, 2017
Stackless contributes two tests to builtins: TaskletExit and
TaskletExit.__init__. Therefore we have to adjust the limit.

Add missing changelog entries (#143, #144).

(cherry picked from commit 7327e4b)
@akruis akruis added the 3.5-slp label Dec 21, 2017
akruis pushed a commit that referenced this issue Dec 21, 2017
Stackless contributes two tests to builtins: TaskletExit and
TaskletExit.__init__. Therefore we have to adjust the limit.

Add missing changelog entries (#143, #144).

(cherry picked from commit 7327e4b)
@akruis
Copy link
Author

akruis commented Dec 22, 2017

Fixed in 3.5-slp, 3.6-slp and master-slp. 2.7-slp is not affected.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant