<div dir="ltr">Hi all,<div><br></div><div>flake8 started to fail today with import error, failing vdsm builds with this error:</div><div><br></div><div><div>Traceback (most recent call last):</div><div>  File &quot;/home/nsoffer/src/vdsm/.tox/flake8/bin/flake8&quot;, line 7, in &lt;module&gt;</div><div>    from flake8.main.cli import main</div><div>  File &quot;/home/nsoffer/src/vdsm/.tox/flake8/lib/python2.7/site-packages/flake8/main/cli.py&quot;, line 2, in &lt;module&gt;</div><div>    from flake8.main import application</div><div>  File &quot;/home/nsoffer/src/vdsm/.tox/flake8/lib/python2.7/site-packages/flake8/main/application.py&quot;, line 14, in &lt;module&gt;</div><div>    from flake8.main import options</div><div>  File &quot;/home/nsoffer/src/vdsm/.tox/flake8/lib/python2.7/site-packages/flake8/main/options.py&quot;, line 3, in &lt;module&gt;</div><div>    from flake8.main import vcs</div><div>  File &quot;/home/nsoffer/src/vdsm/.tox/flake8/lib/python2.7/site-packages/flake8/main/vcs.py&quot;, line 4, in &lt;module&gt;</div><div>    from flake8.main import mercurial</div><div>  File &quot;/home/nsoffer/src/vdsm/.tox/flake8/lib/python2.7/site-packages/flake8/main/mercurial.py&quot;, line 7, in &lt;module&gt;</div><div>    import configparser</div><div>  File &quot;/usr/lib/python2.7/site-packages/configparser.py&quot;, line 12, in &lt;module&gt;</div><div>    from backports.configparser import (</div><div>ImportError: No module named configparser</div></div><div><br></div><div>I posted this patch updating tox to use flake8 3.1.0:</div><div><a href="https://gerrit.ovirt.org/77727">https://gerrit.ovirt.org/77727</a><br></div><div><br></div><div>Please rebase on this patch if your build fail.</div><div><br></div><div>Thanks,</div><div>Nir</div></div>