From df61934b401bdbbc531fc2448b324440d4fd5d9f Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 7 Dec 2020 23:39:41 +0000 Subject: [PATCH] Remove unused dependencies in tox.ini file #nolog --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 33094b5..1730b43 100644 --- a/tox.ini +++ b/tox.ini @@ -16,11 +16,9 @@ commands= deps= pytest pytest-cov - mock [testenv:flake8] deps= - six flake8 commands= flake8 --exclude=".*" --ignore=W503,E402,E722 socketio tests