Skip to content

Commit d098a36

Browse files
committed
re-disable a test for PY2k
1 parent a0c6a66 commit d098a36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

probscale/tests/test_probscale.py

+1
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)