Skip to content

Commit

Permalink
Takes into account last cdce8p remark
Browse files Browse the repository at this point in the history
  • Loading branch information
hippo91 committed Sep 25, 2021
1 parent d418d31 commit 1ffc8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest_brain_numpy_ma.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from astroid import builder


@pytest.mark.skipif(not HAS_NUMPY, reason="This test requires the numpy library.")
@pytest.mark.skipif(HAS_NUMPY is False, reason="This test requires the numpy library.")
class TestBrainNumpyMa:
"""
Test the numpy ma brain module
Expand Down

0 comments on commit 1ffc8e2

Please sign in to comment.