Skip to content
New issue

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

Pillow breaks doctest and so zope.testrunner #6

Closed
tdesvenain opened this issue Jul 31, 2012 · 1 comment
Closed

Pillow breaks doctest and so zope.testrunner #6

tdesvenain opened this issue Jul 31, 2012 · 1 comment

Comments

@tdesvenain
Copy link
Contributor

Major issue

We have a doctest.py file in Pillow that override builtin doctest

When i try to run tests i get :

thomasdesvenain@jagulep:~/buildouts/webpro$./bin/test -s webpro.policy
Traceback (most recent call last):
File "./bin/test", line 248, in
'--test-path', '/home/thomasdesvenain/buildouts/webpro/src/webpro.policy',
File "/home/thomasdesvenain/.buildout/eggs/zope.testrunner-4.0.4-py2.7.egg/zope/testrunner/init.py", line 30, in run
failed = run_internal(defaults, args, script_parts=script_parts)
File "/home/thomasdesvenain/.buildout/eggs/zope.testrunner-4.0.4-py2.7.egg/zope/testrunner/init.py", line 41, in run_internal
from zope.testrunner.runner import Runner
File "/home/thomasdesvenain/.buildout/eggs/zope.testrunner-4.0.4-py2.7.egg/zope/testrunner/runner.py", line 35, in
import zope.testrunner._doctest
File "/home/thomasdesvenain/.buildout/eggs/zope.testrunner-4.0.4-py2.7.egg/zope/testrunner/_doctest.py", line 56, in
doctest.DocTestCase.failureException = DocTestFailureException

@aclark4life
Copy link
Member

Got a pull request for me? :-)

hugovk added a commit that referenced this issue Jun 23, 2014
Change the decompression bomb warning into a subclass of RuntimeWarning to aid filtering
kkopachev pushed a commit to kkopachev/Pillow that referenced this issue Jan 14, 2021
radarhere pushed a commit that referenced this issue Oct 11, 2022
radarhere pushed a commit that referenced this issue May 6, 2023
Removed separate test for array tobytes()
radarhere pushed a commit that referenced this issue Sep 28, 2023
PyPy3.7 is no longer supported
hugovk pushed a commit that referenced this issue Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants