Skip to content

Commit

Permalink
Modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbabu committed Dec 10, 2024
1 parent 0970e79 commit d142ffe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/nest_desktop_tests/nest_desktop_code_generator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ class TestNestDesktopCodeGenerator:
"""
Test for NEST-Desktop code generator
"""

@pytest.mark.skipif(NESTTools.detect_nest_version().startswith("v2"),
reason="This test does not support NEST 2")
def test_nest_desktop_code_generator(self):
"""
Test to generate the json file for NEST Desktop target for the given neuron model
Expand Down

0 comments on commit d142ffe

Please sign in to comment.