Skip to content

Commit

Permalink
fix test failure on Travis where the simulators do not get installed
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 4, 2023
1 parent 2fb2700 commit 7b8cebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unittests/test_brian.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def __init__(self):
self.parent.brian2_group = MockBrianGroup()


@unittest.skipUnless(brian2, "Requires Brian")
class TestCurrentSources(unittest.TestCase):

def test_step_current_source(self):
Expand Down

0 comments on commit 7b8cebf

Please sign in to comment.