From 418959270196c85d83794b3cfcf30263438d77dc Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 9 Feb 2017 10:38:18 -0800 Subject: [PATCH] Revert "Enable process isolation for unit tests." This reverts commit 91526cd9f249f31787309e59235193288282d378. Removing this feature primarily because it interferes with collecting proper code coverage results. I may restore the feature later if that can be resolved. --- test/runner/lib/executor.py | 1 - test/runner/requirements/units.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/test/runner/lib/executor.py b/test/runner/lib/executor.py index 6cdb767b0f5..544259bb138 100644 --- a/test/runner/lib/executor.py +++ b/test/runner/lib/executor.py @@ -624,7 +624,6 @@ def command_units(args): cmd = [ 'pytest', - '--boxed', '-r', 'a', '--color', 'yes' if args.color else 'no', diff --git a/test/runner/requirements/units.txt b/test/runner/requirements/units.txt index a61fc9ce7f7..3d7f91211f6 100644 --- a/test/runner/requirements/units.txt +++ b/test/runner/requirements/units.txt @@ -6,7 +6,6 @@ passlib pycrypto pytest pytest-mock -pytest-xdist python-memcached pyyaml redis