summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-04-25 18:52:03 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-04-25 18:52:03 +0200
commit36ceef4c94e0a4147b00b690a611f40e2efc4e25 (patch)
tree37774b07b1d09689bb7118b93f106caba86dd92f
parent378b116d312c6e1b7703e221056b9e5003876723 (diff)
downloadpsutil-36ceef4c94e0a4147b00b690a611f40e2efc4e25.tar.gz
run process tests serially
-rwxr-xr-xpsutil/tests/test_testutils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/psutil/tests/test_testutils.py b/psutil/tests/test_testutils.py
index e7f5ea19..45b2557f 100755
--- a/psutil/tests/test_testutils.py
+++ b/psutil/tests/test_testutils.py
@@ -208,7 +208,6 @@ class TestFSTestUtils(unittest.TestCase):
self.assertEqual(os.getcwd(), base)
-@serialrun
class TestProcessUtils(unittest.TestCase):
def test_reap_children(self):