Skip to content

Commit 7ebf5a2

Browse files
committed
Skip tests on macOS due to Pytest multiprocessing spawn issue.
1 parent 9a076ba commit 7ebf5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/somd2/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test:
4848
- tests
4949
commands:
5050
- pytest -vvv --color=yes --black src/somd2 # [linux and x86_64 and py==311]
51-
- pytest -vvv --color=yes --import-mode=importlib tests
51+
- pytest -vvv --color=yes --import-mode=importlib tests # [linux]
5252

5353
about:
5454
home: https://github.com/openbiosim/somd2

0 commit comments

Comments
 (0)