From 661d39e1b4f2be2144d96bc67b410ecf25631a14 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Thu, 5 Dec 2024 11:34:02 -0500 Subject: [PATCH] Execute NEC test in serial. --- hoomd/hpmc/pytest/test_nec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hoomd/hpmc/pytest/test_nec.py b/hoomd/hpmc/pytest/test_nec.py index 22a5c2bac8..c8f2b5ac30 100644 --- a/hoomd/hpmc/pytest/test_nec.py +++ b/hoomd/hpmc/pytest/test_nec.py @@ -2,8 +2,10 @@ # Part of HOOMD-blue, released under the BSD 3-Clause License. import hoomd +import pytest +@pytest.mark.serial def test_nec(simulation_factory, lattice_snapshot_factory): snap = lattice_snapshot_factory(particle_types=["A"]) simulation = simulation_factory(snap)