From 99c10482fcc1442412fa72ea526697c770d9a104 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 12 Nov 2020 00:25:40 -0500 Subject: [PATCH] Update tox config to use new plugin config option --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index f262d81..0df7d9c 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ isolated_build = true [testenv] description = Run the tests require_locked_deps = true -deps = +locked_deps = pytest pytest-cov toml @@ -18,7 +18,7 @@ basepython = python3.8 platform = linux ignore_errors = true require_locked_deps = true -deps = +locked_deps = pylint mypy black @@ -46,7 +46,7 @@ basepython = python3.8 platform = linux ingore_errors = true require_locked_deps = true -deps = +locked_deps = pylint mypy black @@ -69,7 +69,7 @@ basepython = python3.8 platform = linux ingore_errors = true require_locked_deps = true -deps = +locked_deps = bandit safety poetry