Skip to content

Commit

Permalink
this indeed broke the test, so revert it
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Sep 6, 2024
1 parent 0c5cc9d commit 53778ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easyblocks/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def test_pythonpackage_pick_python_cmd(self):
self.assertTrue(pick_python_cmd(2, 6) is not None)
self.assertTrue(pick_python_cmd(123, 456) is None)
self.assertTrue(pick_python_cmd(2, 6, 123, 456) is not None)
self.assertTrue(pick_python_cmd(2, 6, 1, 1) is not None)
self.assertTrue(pick_python_cmd(2, 6, 1, 1) is None)


def template_module_only_test(self, easyblock, name, version='1.3.2', extra_txt='', tmpdir=None):
Expand Down

0 comments on commit 53778ed

Please sign in to comment.