Skip to content

Commit

Permalink
Skipping coverage of the support for python 2.7.0 through 2.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Oct 24, 2016
1 parent 2d56030 commit 7688b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion green/process.py
Expand Up @@ -142,7 +142,7 @@ def _repopulate_pool(self):
from multiprocessing import util
try:
from multiprocessing.pool import MaybeEncodingError
except:
except: # pragma: no cover
# Python 2.7.4 introduced this class. If we're on Python 2.7.0 to 2.7.3
# then we'll have to define it ourselves. :-/
class MaybeEncodingError(Exception):
Expand Down

0 comments on commit 7688b47

Please sign in to comment.