Closed AndreMiras closed 5 years ago
The fix is part of tox==3.4.0 https://github.com/tox-dev/tox/releases/tag/3.4.0 Ubuntu Bionic currently runs under tox==2.5.0
tox --version
2.5.0 imported from /usr/lib/python3/dist-packages/tox/__init__.py
It means the Makefile
probably needs to enforce the update.
Since the tox pre command was merged upstream https://github.com/tox-dev/tox/pull/1000 we can now remove this hack https://github.com/AndreMiras/EtherollApp/blob/v20180918/tox.ini#L8 (once new tox version is released).