Skip to content

Commit cf59141

Browse files
authored
Merge pull request #34 from phobson/py27-img-tolerance
re-disable a test for PY2k
2 parents 5d6d618 + d098a36 commit cf59141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

probscale/tests/test_probscale.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def test_minimal_norm_cdf(mn, mn_input):
8080
baseline_dir='baseline_images/test_probscale',
8181
tolerance=TOLERANCE
8282
)
83+
@pytest.mark.skipif(PY27, reason="legacy python")
8384
def test_the_scale_default():
8485
fig, ax = plt.subplots(figsize=(4, 8))
8586
ax.set_yscale('prob')

0 commit comments

Comments
 (0)