This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Anthony Sottile
Recipients Anthony Sottile, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-05-20.03:28:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621481281.95.0.226421208305.issue44184@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce it outside of tox using:

venv\Scripts\pip install flake8==3.6.0
venv\Scripts\pip install -e . --no-deps  # ignore the conflict, but fix pyflakes

C:\Users\asott\AppData\Local\Temp\y\pyflakes>venv\Scripts\flake8.exe setup.py

C:\Users\asott\AppData\Local\Temp\y\pyflakes>echo %ERRORLEVEL%
-1073741819
History
Date User Action Args
2021-05-20 03:28:01Anthony Sottilesetrecipients: + Anthony Sottile, paul.moore, tim.golden, zach.ware, steve.dower
2021-05-20 03:28:01Anthony Sottilesetmessageid: <1621481281.95.0.226421208305.issue44184@roundup.psfhosted.org>
2021-05-20 03:28:01Anthony Sottilelinkissue44184 messages
2021-05-20 03:28:01Anthony Sottilecreate