Skip to content

Commit

Permalink
Merge pull request #34 from phobson/py27-img-tolerance
Browse files Browse the repository at this point in the history
re-disable a test for PY2k
  • Loading branch information
phobson authored Jul 17, 2016
2 parents 5d6d618 + d098a36 commit cf59141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions probscale/tests/test_probscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def test_minimal_norm_cdf(mn, mn_input):
baseline_dir='baseline_images/test_probscale',
tolerance=TOLERANCE
)
@pytest.mark.skipif(PY27, reason="legacy python")
def test_the_scale_default():
fig, ax = plt.subplots(figsize=(4, 8))
ax.set_yscale('prob')
Expand Down

0 comments on commit cf59141

Please sign in to comment.