mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Removed print
This commit is contained in:
parent
a4f06b93f9
commit
d324560891
|
@ -205,10 +205,7 @@ class PillowTestCase(unittest.TestCase):
|
||||||
|
|
||||||
def skipKnownBadTest(self, msg=None):
|
def skipKnownBadTest(self, msg=None):
|
||||||
# Skip if PILLOW_RUN_KNOWN_BAD is not true in the environment.
|
# Skip if PILLOW_RUN_KNOWN_BAD is not true in the environment.
|
||||||
if os.environ.get("PILLOW_RUN_KNOWN_BAD", False):
|
if not os.environ.get("PILLOW_RUN_KNOWN_BAD", False):
|
||||||
print(os.environ.get("PILLOW_RUN_KNOWN_BAD", False))
|
|
||||||
return
|
|
||||||
|
|
||||||
self.skipTest(msg or "Known Bad Test")
|
self.skipTest(msg or "Known Bad Test")
|
||||||
|
|
||||||
def tempfile(self, template):
|
def tempfile(self, template):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user