Skip to content

Commit

Permalink
green_mode.py: Remove cpu reservation on py34
Browse files Browse the repository at this point in the history
The cpu reservation was needed due to pytest-xdist being
installed, even though it wasnt activated.

Relates to coala#295
  • Loading branch information
jayvdb committed Jun 19, 2019
1 parent d2aa204 commit 1c83c1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coala_quickstart/green_mode/green_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
if _CI_PYTEST_ACTIVE: # pragma: no cover
if _DISABLE_MP:
_RESERVE_CPUS = sys.maxsize
elif _PYTHON_VERSION_MINOR == (3, 4):
_RESERVE_CPUS = 2


def initialize_project_data(dir, ignore_globs):
Expand Down

0 comments on commit 1c83c1c

Please sign in to comment.