File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # -*- coding: utf-8 -*-
21"""MPI support routines
32
43:copyright: Copyright (c) 2017 RadiaSoft LLC. All Rights Reserved.
54:license: http://www.apache.org/licenses/LICENSE-2.0.html
65"""
7- from __future__ import absolute_import , division , print_function
86
97
108def checked_call (op ):
Original file line number Diff line number Diff line change 1- # -*- coding: utf-8 -*-
2- """
1+ """test mpi
32
43:copyright: Copyright (c) 2017 RadiaSoft LLC. All Rights Reserved.
54:license: http://www.apache.org/licenses/LICENSE-2.0.html
65"""
7- from __future__ import absolute_import , division , print_function
6+
87import pytest
98
109pytest .importorskip ("mpi4py" )
1110
1211
12+ @pytest .mark .skip (
13+ reason = "fails in build; see https://github.com/radiasoft/pykern/issues/622"
14+ )
1315def test_checked_call ():
1416 from pykern import pkunit
1517 from pykern .pkunit import pkeq
You can’t perform that action at this time.
0 commit comments