mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Diable multiprocessing behaviour on Windows
Due to https://bugs.python.org/issue27649, we cannot continue to expect multiprocessing to work as we expect and document it on Windows. As such, we are going to revert back to our previous behaviour of disabling it across all versions of Python on Windows to provide the default expected behaviour of Flake8 on that Operating System.
This commit is contained in:
parent
530767d36d
commit
429d8a196e
4 changed files with 21 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
|||
3.0.3 -- 2016-07-28 (unreleased)
|
||||
--------------------------------
|
||||
|
||||
- Disable ``--jobs`` for any version of Python on Windows.
|
||||
(See also `this Python bug report`_)
|
||||
|
||||
- Fix ``# noqa`` comments followed by a ``:`` and explanation broken by
|
||||
3.0.0 (See also `GitLab#178`_)
|
||||
|
||||
|
|
@ -12,3 +15,6 @@
|
|||
https://gitlab.com/pycqa/flake8/issues/178
|
||||
.. _GitLab#195:
|
||||
https://gitlab.com/pycqa/flake8/issues/195
|
||||
|
||||
.. _this Python bug report:
|
||||
https://bugs.python.org/issue27649
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue