@ralph , somehow fedmsg is not installed in the Py35 enviroment when running tox. Do you know why?
By default tox caches its installs inside a .tox directory. There is a directive (recreate = true I believe) which will cause it to rebuild all the venvs each run, but it adds a bit of time to each test run. I just rm -rf .tox when I add a new dependency.
.tox
recreate = true
Thanks, work like a charm, :-)
1 new commit added
I don't agree with flake8 on this one, and indeed I often find flake8 complains about things that are quite legitimate... I would be in favour of taking it out, maybe replacing with a fairly conservative configuration of pylint like we have for Beaker.
Pull-Request has been closed by mjia