Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 827d4dc

Browse filesBrowse files
committed
Remove no-longer-necessary KnownFail for python 3.2.
1 parent 37dc468 commit 827d4dc
Copy full SHA for 827d4dc

File tree

Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed

‎lib/matplotlib/tests/test_animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_animation.py
-5Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import six
55

66
import tempfile
7-
import sys
87
import numpy as np
98
from nose import with_setup
109
from matplotlib import pyplot as plt
@@ -36,10 +35,6 @@ def check_save_animation(writer, extension='mp4'):
3635
if 'mencoder' in writer:
3736
raise KnownFailureTest("mencoder is broken")
3837

39-
ver = sys.version_info
40-
if ver[0] == 3 and ver[1] == 2:
41-
raise KnownFailureTest("animation saving broken on 3.2")
42-
4338
fig, ax = plt.subplots()
4439
line, = ax.plot([], [])
4540

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.