Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed May 4, 2020
1 parent c71504f commit e6cd1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_util.py
Expand Up @@ -240,7 +240,7 @@ def test_cmd_exists():
util.cmd_exists('ls')


@pytest.skipif(six.PY2, reason="Scipy on Py2 is too old")
@pytest.mark.skipif(six.PY2, reason="Scipy on Py2 is too old")
def test_mad():
from scipy.stats import median_absolute_deviation
x = np.arange(50)
Expand Down

0 comments on commit e6cd1f8

Please sign in to comment.