Skip to content

Commit

Permalink
At least until 6.6.9-7 IM itself has a memory leak
Browse files Browse the repository at this point in the history
And Travis CI still use IM 6.6.9-7

#127
  • Loading branch information
dahlia committed Aug 4, 2013
1 parent 5922777 commit 7fdeb73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/color_test.py
Expand Up @@ -2,9 +2,11 @@
import time

from memory_profiler import memory_usage
from pytest import mark

from wand.color import Color
from wand.compat import xrange
from wand.version import MAGICK_VERSION_INFO


def test_equals():
Expand Down Expand Up @@ -105,6 +107,7 @@ def color_memory_leak():
time.sleep(0.02)


@mark.skipif('MAGICK_VERSION_INFO <= (6, 6, 9, 7)')
def test_memory_leak():
"""https://github.com/dahlia/wand/pull/127"""
consumes = memory_usage((color_memory_leak, (), {}))
Expand Down

0 comments on commit 7fdeb73

Please sign in to comment.