Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jul 1, 2024
1 parent e65f760 commit 7942faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/common/test_sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
SCIPY_INSTALLED = False


@unittest.skipIf(SCIPY_INSTALLED, "scipy is installed")
class TestCSRMatrixNoScipy(TestCase):

def test_import_error(self):
Expand Down

0 comments on commit 7942faa

Please sign in to comment.