diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-25 18:52:03 +0200 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-25 18:52:03 +0200 |
commit | 36ceef4c94e0a4147b00b690a611f40e2efc4e25 (patch) | |
tree | 37774b07b1d09689bb7118b93f106caba86dd92f | |
parent | 378b116d312c6e1b7703e221056b9e5003876723 (diff) | |
download | psutil-36ceef4c94e0a4147b00b690a611f40e2efc4e25.tar.gz |
run process tests serially
-rwxr-xr-x | psutil/tests/test_testutils.py | 1 |
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): |