Skip to content

Commit

Permalink
Add comment on why we skip some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Jun 7, 2024
1 parent a771002 commit 9af5750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyblocks/p/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ def test_step(self):
if LooseVersion(self.version) >= LooseVersion('3.10') and self.cfg['runtest'] is None:
self.cfg['runtest'] = 'test'
# Need to skip some troublesome tests
# (socket tests give a permission denied error, may be due to SELinux)
# (curses error is from test_background, just ignoring)
self.cfg['testopts'] = 'TESTOPTS="-x test_socket test_curses "'
super(EB_Python, self).test_step()

Expand Down

0 comments on commit 9af5750

Please sign in to comment.