We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f46d6 commit 7a71253Copy full SHA for 7a71253
testsuite/pytests/mpi/4/test_consistent_local_vps.py
@@ -19,14 +19,11 @@
19
# You should have received a copy of the GNU General Public License
20
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
21
22
-import unittest
23
-
24
import nest
25
26
-HAVE_OPENMP = nest.ll_api.sli_func("is_threaded")
+import pytest
27
28
29
-@unittest.skipIf(not HAVE_OPENMP, "NEST was compiled without multi-threading")
+@pytest.mark.skipif_missing_threads
30
def test_consistent_local_vps():
31
"""
32
Test local_vps field of kernel status.
0 commit comments