Skip to content

Commit

Permalink
fix resize and blink error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 committed Apr 17, 2017
1 parent d8652bf commit a4fadae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
import pytest
from moviepy.editor import *

sys.path.append("tests")
import download_media
from test_helper import PYTHON_VERSION, TMP_DIR, TRAVIS

sys.path.append("tests")


def test_download_media(capsys):
with capsys.disabled():
download_media.download()
Expand Down

0 comments on commit a4fadae

Please sign in to comment.