From: Oleg Broytman Date: Mon, 26 Mar 2018 19:43:39 +0000 (+0300) Subject: Tests(tox.ini): Don't whitelist flake8 X-Git-Tag: 0.7.0~18 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=824114d11b2f31a6abd9d59acabe5f434a507d41 Tests(tox.ini): Don't whitelist flake8 --- diff --git a/tox.ini b/tox.ini index 82c3164..03cdc06 100644 --- a/tox.ini +++ b/tox.ini @@ -16,9 +16,6 @@ commands = {envpython} -c "import struct; print(struct.calcsize('P') * 8)" deps = -rdevscripts/requirements/requirements_tests.txt -# Don't fail or warn on uninstalled commands -whitelist_externals = - flake8 [general] commands =