mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 00:14:46 +00:00
Add a comment for the Nose workaround
This commit is contained in:
parent
5770b171d5
commit
2d62468625
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -2,6 +2,7 @@
|
||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
try:
|
try:
|
||||||
|
# Work around a traceback with Nose on Python 2.6
|
||||||
# http://bugs.python.org/issue15881#msg170215
|
# http://bugs.python.org/issue15881#msg170215
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue