Skip to content

Commit

Permalink
remove issue 527 since another PR solves this
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 committed Apr 11, 2017
1 parent 090fa05 commit 092f3e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions tests/download_media.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,3 @@ def download():

download_url("https://raw.githubusercontent.com/earney/moviepy_media/master/tests/misc/traj.txt",
"media/traj.txt")

download_url("https://github.com/earney/moviepy_media/raw/master/tests/images/vacation_2017.jpg",
"media/vacation_2017.jpg")
7 changes: 0 additions & 7 deletions tests/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,5 @@ def test_audio_reader():
subclip.write_audiofile(os.path.join(TMP_DIR, 'issue_246.wav'),
write_logfile=True)

def test_issue_527():
clip = ImageClip("media/vacation_2017.jpg")
new_clip = vfx.scroll(clip, w=1000, x_speed=50)
new_clip = new_clip.set_duration(20)
new_clip.fps = 24
new_clip.write_videofile(os.path.join(TMP_DIR, "pano.mp4"))

if __name__ == '__main__':
pytest.main()

0 comments on commit 092f3e7

Please sign in to comment.